diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-21 18:10:11 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-21 18:10:11 +0000 |
commit | e1c15346feeaa773d749c95a4c20944097bfdc93 (patch) | |
tree | bcf57472a2195bf24b2d28ca124fe724bef6ff61 /net/gabber/files/patch-al | |
parent | Update to 0.65 (diff) |
Update to 0.8.3
PR: 27371 (no patches), 27463 (modified patches)
Submitted by: Josh Elsasser <josh@elsasser.org> ports/27371
Erich Zigler <erich@tacni.net> ports/27463
Notes
Notes:
svn path=/head/; revision=42869
Diffstat (limited to 'net/gabber/files/patch-al')
-rw-r--r-- | net/gabber/files/patch-al | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net/gabber/files/patch-al b/net/gabber/files/patch-al deleted file mode 100644 index 1cb21d75c9ef..000000000000 --- a/net/gabber/files/patch-al +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.orig Wed Mar 28 19:22:35 2001 -+++ configure Thu Apr 19 12:54:15 2001 -@@ -4974,5 +4974,5 @@ - CFLAGS="$CFLAGS $ICONV_CFLAGS" --LDFLAGS="$LDFLAGS $ICONV_LIBS -liconv" --echo $ac_n "checking for iconv in -liconv""... $ac_c" 1>&6 --echo "configure:4978: checking for iconv in -liconv" >&5 -+LDFLAGS="$LDFLAGS $ICONV_LIBS -lgiconv" -+echo $ac_n "checking for iconv in -lgiconv""... $ac_c" 1>&6 -+echo "configure:4978: checking for iconv in -lgiconv" >&5 - if eval "test \"`echo '$''{'ac_cv_libiconv'+set}'`\" = set"; then -@@ -4984,3 +4984,3 @@ - --#include <iconv.h> -+#include <giconv.h> - -@@ -5007,3 +5007,3 @@ - if test $ac_cv_libiconv = yes; then -- ICONV_LIBS="$ICONV_LIBS -liconv" -+ ICONV_LIBS="$ICONV_LIBS -lgiconv" - have_iconv=yes -@@ -5133,3 +5133,3 @@ - --#include <iconv.h> -+#include <giconv.h> - #include <stdlib.h> |