summaryrefslogtreecommitdiff
path: root/sysutils/cfengine3/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cfengine3/files/patch-configure')
-rw-r--r--sysutils/cfengine3/files/patch-configure20
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/cfengine3/files/patch-configure b/sysutils/cfengine3/files/patch-configure
deleted file mode 100644
index 36faf43eb88e..000000000000
--- a/sysutils/cfengine3/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Wed Sep 20 10:27:07 2006
-+++ configure Thu Dec 14 18:00:21 2006
-@@ -8539,7 +8539,7 @@
- done
-
- BERKELEY_DB_LIB="-ldb"
-- for v in db4.4 db44 db41 db40 db4 db33 db32 db3 db; do
-+ for v in db-4.4 db4.4 db44 db-4.3 db-4.2 db41 db40 db4 db33 db32 db3 db; do
- if test -f "$BERKELEY_DB_DIR/lib/lib$v.so"; then
- BERKELEY_DB_LIB="-l$v"
- break
-@@ -15998,7 +15998,7 @@
-
-
-
--LIBS="-L../pub -lpub $LIBS"
-+LIBS="../pub/libpub.a $LIBS"
-
-
- echo "$as_me:$LINENO: checking Checking for GCC Specific compile flags" >&5