summaryrefslogtreecommitdiffstats
path: root/extra/gross/gross-1.0.1-configure.ac.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
commitb70981b68efcce5256eb11c6cd26ae123b10b6ea (patch)
treea38be6efae5e2ba15c2e839504632f9b7bfd5f91 /extra/gross/gross-1.0.1-configure.ac.patch
parent2b4df81538b8398442d5296650905c70341dd8d3 (diff)
downloadaports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.bz2
aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.xz
moved extra/* to main/
and fixed misc build issues
Diffstat (limited to 'extra/gross/gross-1.0.1-configure.ac.patch')
-rw-r--r--extra/gross/gross-1.0.1-configure.ac.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/gross/gross-1.0.1-configure.ac.patch b/extra/gross/gross-1.0.1-configure.ac.patch
deleted file mode 100644
index 80f9ea776..000000000
--- a/extra/gross/gross-1.0.1-configure.ac.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/configure.ac.orig 2008-05-29 16:18:56 +0000
-+++ b/configure.ac 2008-05-30 09:10:48 +0000
-@@ -52,7 +52,7 @@
- then
- AC_DEFINE([USE_SEM_OPEN], [], [Use sem_open() instead of sem_init()])
- else
-- AC_SEARCH_LIBS(sem_init, [rt], ,
-+ AC_SEARCH_LIBS(sem_init, [rt pthread], ,
- AC_MSG_ERROR([Can't compile without semaphores.])
- )
- fi
-@@ -101,7 +101,7 @@
- AC_MSG_CHECKING([whether to disable dnsbl checking])
- AC_ARG_ENABLE(dnsbl,
- AC_HELP_STRING([--disable-dnsbl], [Disable dnsbl checking]),
-- [AC_MSG_RESULT([yes]) ; dnsbl="no"],
-+ [AC_MSG_RESULT([yes]) ; dnsbl="$enableval"],
- [AC_MSG_RESULT([no]) ; dnsbl="yes"]
- )
-