summaryrefslogtreecommitdiff
path: root/devel/gtexinfo
diff options
context:
space:
mode:
authoragc <agc>1999-03-04 14:56:44 +0000
committeragc <agc>1999-03-04 14:56:44 +0000
commit56640ae04388a80cf377f5ff0747ade902bd72e1 (patch)
tree02d112990bfaf3a6bd3f6acb9f6dc4b3fd7e4b8b /devel/gtexinfo
parentb021d9b451a41699e2990de21ddf715bc9513745 (diff)
downloadpkgsrc-56640ae04388a80cf377f5ff0747ade902bd72e1.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-ag21
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"