diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-18 18:35:22 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-18 18:35:22 +0000 |
commit | 5ed6273d82d93b4ab37f89308f4b57a53ea28f3a (patch) | |
tree | b8c61545344e37a53667bcc1e23517063e99d948 /sysutils/cfengine3/files | |
parent | Fix build noticed by bento (diff) |
Remove bogus patch to use `-ldes'.
Approved by: gordon (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=75812
Diffstat (limited to 'sysutils/cfengine3/files')
-rw-r--r-- | sysutils/cfengine3/files/patch-ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/cfengine3/files/patch-ac b/sysutils/cfengine3/files/patch-ac index 673d7d0c722d..7a6772478e5e 100644 --- a/sysutils/cfengine3/files/patch-ac +++ b/sysutils/cfengine3/files/patch-ac @@ -1,5 +1,5 @@ ---- configure.in.orig Mon Jan 15 03:51:48 2001 -+++ configure.in Tue Jan 23 01:13:32 2001 +--- configure.in.orig Thu Jan 25 13:06:41 2001 ++++ configure.in Tue Feb 18 12:20:37 2003 @@ -60,13 +60,13 @@ AC_PROG_RANLIB AC_PROG_INSTALL @@ -18,11 +18,11 @@ $PATH:$prefix/bin:/usr/bin:/usr/local/bin) -@@ -262,7 +262,7 @@ +@@ -260,7 +260,6 @@ + ;; freebsd*) AC_DEFINE(FREEBSD) - CFLAGS="$CFLAGS -pthread" -+ LIBS="$LIBS -ldes" AC_CHECK_HEADERS(pthread.h) ;; netbsd*) |