diff options
author | danw <danw@pkgsrc.org> | 2000-05-02 18:48:35 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2000-05-02 18:48:35 +0000 |
commit | 82d9c1f1741f9147489baab354ae377f3c09d184 (patch) | |
tree | cdb2f7b799acdf24b452927949068991ee148919 /devel/gtexinfo/patches/patch-ag | |
parent | 999c0cad3274d3d7885925f0147a66563927bef6 (diff) | |
download | pkgsrc-82d9c1f1741f9147489baab354ae377f3c09d184.tar.gz |
Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
Diffstat (limited to 'devel/gtexinfo/patches/patch-ag')
-rw-r--r-- | devel/gtexinfo/patches/patch-ag | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/devel/gtexinfo/patches/patch-ag b/devel/gtexinfo/patches/patch-ag index 5ebc0ca699e..956f32335fc 100644 --- a/devel/gtexinfo/patches/patch-ag +++ b/devel/gtexinfo/patches/patch-ag @@ -1,4 +1,4 @@ -$NetBSD: patch-ag,v 1.3 1999/03/04 14:56:44 agc Exp $ +$NetBSD: patch-ag,v 1.4 2000/05/02 18:48:39 danw Exp $ Don't check ncurses lib - just use standard curses. Install files into share hierarchy @@ -25,17 +25,3 @@ Don't assume that we're using the install.sh script - comment out INTLDEPS='$(top_builddir)/intl/libintl.a' INTLLIBS=$INTLDEPS LIBS=`echo $LIBS | sed -e 's/-lintl//'` -@@ -3990,10 +3990,13 @@ - top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - -+# do not assume that we're using the install.sh script... -+if false; then - case "$ac_given_INSTALL" in - [/$]*) INSTALL="$ac_given_INSTALL" ;; - *) INSTALL="$ac_dots$ac_given_INSTALL" ;; - esac -+fi - - echo creating "$ac_file" - rm -f "$ac_file" |