diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-05 02:50:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-05 02:50:50 +0000 |
commit | 3c33288f4e2e2dd4026103ca48fdf854d0c9eccf (patch) | |
tree | 1160c6eebd164fe4682902527a298eb658fd71c5 /mbone/vic/patches | |
parent | 6f8dbb31d375aa3d31e66df80e02a0772754abfe (diff) | |
download | pkgsrc-3c33288f4e2e2dd4026103ca48fdf854d0c9eccf.tar.gz |
make it compile again (don't link statically)
Diffstat (limited to 'mbone/vic/patches')
-rw-r--r-- | mbone/vic/patches/patch-ag | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mbone/vic/patches/patch-ag b/mbone/vic/patches/patch-ag index 2e6df4cce42..9c2908fcced 100644 --- a/mbone/vic/patches/patch-ag +++ b/mbone/vic/patches/patch-ag @@ -1,14 +1,15 @@ -$NetBSD: patch-ag,v 1.2 2000/01/26 23:15:18 jlam Exp $ +$NetBSD: patch-ag,v 1.3 2000/02/05 02:50:52 wiz Exp $ ---- configure.in.orig Fri Jun 21 02:36:47 1996 -+++ configure.in Wed Jan 26 17:52:18 2000 -@@ -226,7 +226,11 @@ +--- ./configure.in.orig Fri Jun 21 08:36:47 1996 ++++ ./configure.in Wed Feb 2 13:38:58 2000 +@@ -226,7 +226,12 @@ ;; *-*-netbsd*) V_TARCMD="tar -h -c -f" - V_LIB="$V_LIB -L/usr/local/lib" + V_LIB="${LDFLAGS} $V_LIB" + V_SHM="" ++ V_STATIC="" + ;; +*-*-freebsd*) + V_STATIC="" |