diff options
author | agc <agc@pkgsrc.org> | 1999-03-04 14:56:44 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-03-04 14:56:44 +0000 |
commit | 162911b71366eb7bb96ac1f0799c591c9b0c22b4 (patch) | |
tree | 02d112990bfaf3a6bd3f6acb9f6dc4b3fd7e4b8b /devel/gtexinfo | |
parent | 4b8cb793c003714a1ac6da7a14b8879294924504 (diff) | |
download | pkgsrc-162911b71366eb7bb96ac1f0799c591c9b0c22b4.tar.gz |
Don't assume that we're using the install.sh script - comment out the
prefix of ../ for subdirectories, as we're using a full pathname
for the install command
Add a comment, describing the patches.
Diffstat (limited to 'devel/gtexinfo')
-rw-r--r-- | devel/gtexinfo/patches/patch-ag | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/devel/gtexinfo/patches/patch-ag b/devel/gtexinfo/patches/patch-ag index 22edb3be972..5ebc0ca699e 100644 --- a/devel/gtexinfo/patches/patch-ag +++ b/devel/gtexinfo/patches/patch-ag @@ -1,4 +1,9 @@ -$NetBSD: patch-ag,v 1.2 1998/10/04 19:56:34 tv Exp $ +$NetBSD: patch-ag,v 1.3 1999/03/04 14:56:44 agc Exp $ + +Don't check ncurses lib - just use standard curses. +Install files into share hierarchy +Don't assume that we're using the install.sh script - comment out + the attempt to prefix it with ../ --- configure.orig Tue Mar 3 13:30:18 1998 +++ configure Sun Oct 4 15:53:12 1998 @@ -20,3 +25,17 @@ $NetBSD: patch-ag,v 1.2 1998/10/04 19:56:34 tv Exp $ 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" |