diff options
author | wiz <wiz> | 2000-02-27 21:36:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-27 21:36:48 +0000 |
commit | 4ef1a6638d027a826e8e807112dfd22fe0d7265e (patch) | |
tree | 3fe442bd69a6e96a916472f50a0c56b1446d4c6b /net/gnapster | |
parent | e8d6ea18f34eb84d3fb696618908ce7996c89c0e (diff) | |
download | pkgsrc-4ef1a6638d027a826e8e807112dfd22fe0d7265e.tar.gz |
add missing patch
Diffstat (limited to 'net/gnapster')
-rw-r--r-- | net/gnapster/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/gnapster/patches/patch-ab b/net/gnapster/patches/patch-ab new file mode 100644 index 00000000000..933508abd1b --- /dev/null +++ b/net/gnapster/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2000/02/27 21:36:48 wiz Exp $ + +--- ./configure.orig Wed Feb 16 03:35:34 2000 ++++ ./configure Sun Feb 27 21:33:55 2000 +@@ -3669,7 +3669,7 @@ + #include "confdefs.h" + #include <libintl.h> + EOF +-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ++ac_try="$ac_cpp $CFLAGS conftest.$ac_ext >/dev/null 2>conftest.out" + { (eval echo configure:3674: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then |