diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-11-09 07:46:16 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-11-09 07:46:16 +0000 |
commit | 22f6a5de2184e95d6e400606afa1d63138fbc6f0 (patch) | |
tree | 7a361c041032b25121bb3a4cbd32dba5a2f5c1d1 /net/silc-client/files/patch-configure | |
parent | linux binary; hence, add linux as secondary category (diff) |
o Add port silc-client version 0.6.4: Secure Internet Live Conferencing
(SILC) network client
o With invaluable feedback from debolaz during our all-nighter
porting work :)
Reviewed by: Anders Nor Berle <debolaz@debolaz.com>
Notes
Notes:
svn path=/head/; revision=49864
Diffstat (limited to 'net/silc-client/files/patch-configure')
-rw-r--r-- | net/silc-client/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/silc-client/files/patch-configure b/net/silc-client/files/patch-configure new file mode 100644 index 000000000000..fe7627008c78 --- /dev/null +++ b/net/silc-client/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Thu Nov 8 22:59:50 2001 ++++ configure Thu Nov 8 23:01:39 2001 +@@ -8472,7 +8472,7 @@ + fi + ;; + *-freebsd2.2*) +- CFLAGS="$CFLAGS -D_THREAD_SAFE" ++ CFLAGS="$CFLAGS" + ;; + *-sysv5uw7*) # UnixWare 7 + if test "$GCC" != "yes"; then |