diff options
| author | John Polstra <jdp@FreeBSD.org> | 1996-12-05 00:56:20 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1996-12-05 00:56:20 +0000 |
| commit | 23626d1993a66b4db8f1ac1befc35ac32bf55f5a (patch) | |
| tree | 7a948e50fb1f86b2ce4fe84e5b93096e22b056f3 /net/socks5/files/patch-aa | |
| parent | 8c082628675843bc994366508719c7c4836995d4 (diff) | |
Update from socks5-beta-0.16.6-exportable to socks5-beta-0.17.1-exportable.
Fix configuration problem caused by FreeBSD major version number change.
Submitted by: Doug Ambrisko <ambrisko@whistle.com>
Diffstat (limited to 'net/socks5/files/patch-aa')
| -rw-r--r-- | net/socks5/files/patch-aa | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/net/socks5/files/patch-aa b/net/socks5/files/patch-aa new file mode 100644 index 000000000000..8219eead7378 --- /dev/null +++ b/net/socks5/files/patch-aa @@ -0,0 +1,36 @@ +*** configure.orig Tue Dec 3 07:54:48 1996 +--- configure Tue Dec 3 08:10:47 1996 +*************** +*** 3418,3424 **** + UNIX_SV*|UNIX_System_V*) + SHLIB_LFLAGS="-G" + ;; +! FreeBSD*2*) + SHLIB_LFLAGS="-Bshareable" + SHLIB_CFLAGS="-fpic" + PRELOADS="LD_PRELOAD" +--- 3418,3424 ---- + UNIX_SV*|UNIX_System_V*) + SHLIB_LFLAGS="-G" + ;; +! FreeBSD*) + SHLIB_LFLAGS="-Bshareable" + SHLIB_CFLAGS="-fpic" + PRELOADS="LD_PRELOAD" +*************** +*** 3466,3472 **** + UNIX_SV*|UNIX_System_V*) + SHLIB_CFLAGS= + ;; +! FreeBSD*2*) + ;; + *) + SHLIB_LD="gcc" +--- 3466,3472 ---- + UNIX_SV*|UNIX_System_V*) + SHLIB_CFLAGS= + ;; +! FreeBSD*) + ;; + *) + SHLIB_LD="gcc" |
