diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-19 22:16:10 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-19 22:16:10 +0000 |
commit | 947be14f82e525976c3a745d2ea385e9f541b7c9 (patch) | |
tree | 74836ba633674c965170643b4ea867f220394f40 /net/silc-server/files/patch-configure | |
parent | Update to 0.9.5.1 (diff) |
Update to 0.9.5
Diffstat (limited to '')
-rw-r--r-- | net/silc-server/files/patch-configure | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/silc-server/files/patch-configure b/net/silc-server/files/patch-configure index 6a0af32db00d..4dbda2cd8a03 100644 --- a/net/silc-server/files/patch-configure +++ b/net/silc-server/files/patch-configure @@ -1,20 +1,20 @@ ---- configure.orig Wed Jul 17 18:17:54 2002 -+++ configure Wed Jul 17 18:19:32 2002 -@@ -2623,7 +2623,7 @@ - # Distribution definition. ./prepare will automatically add here a correct +--- configure.orig Thu Sep 19 18:57:28 2002 ++++ configure Thu Sep 19 18:58:28 2002 +@@ -2626,7 +2626,7 @@ # value. Do not edit! + # silc_dist=silc-server -SILC_DIST_SUBDIRS="lib silcd doc includes" +SILC_DIST_SUBDIRS="lib silcd includes" cat >>confdefs.h <<\EOF #define SILC_DIST_SERVER 1 EOF -@@ -11313,7 +11313,7 @@ +@@ -11978,7 +11978,7 @@ fi ;; - *-freebsd2.2*) + *-*-freebsd*) - CFLAGS="$CFLAGS -D_THREAD_SAFE" + CFLAGS="$CFLAGS" ;; - *-sysv5uw7*) # UnixWare 7 + *-*-sysv5uw7*) # UnixWare 7 if test "$GCC" != "yes"; then |