diff options
author | tron <tron@pkgsrc.org> | 1999-03-09 22:44:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-03-09 22:44:58 +0000 |
commit | 840543c72e27e152a64bcf28bb58c44dc5c5d7c2 (patch) | |
tree | a2297b5e424f600a93a0008480989355ce72dd31 /x11/gtk | |
parent | bb3e97c8f67f97fc05435ed9a4b82485a1d88838 (diff) | |
download | pkgsrc-840543c72e27e152a64bcf28bb58c44dc5c5d7c2.tar.gz |
Don't automatically prefix "../" to the INSTALL command for subdir use.
Diffstat (limited to 'x11/gtk')
-rw-r--r-- | x11/gtk/patches/patch-aa | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/x11/gtk/patches/patch-aa b/x11/gtk/patches/patch-aa index b11161155b5..93a6c8d7744 100644 --- a/x11/gtk/patches/patch-aa +++ b/x11/gtk/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.8 1999/03/05 11:32:22 tron Exp $ +$NetBSD: patch-aa,v 1.9 1999/03/09 22:44:58 tron Exp $ --- configure.orig Thu Feb 25 12:02:28 1999 -+++ configure Fri Mar 5 12:13:21 1999 ++++ configure Tue Mar 9 23:23:53 1999 @@ -22,7 +22,7 @@ # GTK_MAJOR_VERSION=1 @@ -36,3 +36,16 @@ $NetBSD: patch-aa,v 1.8 1999/03/05 11:32:22 tron Exp $ echo $ac_n "checking for extra flags to get ANSI library prototypes""... $ac_c" 1>&6 +@@ -7356,10 +7358,12 @@ + top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + ++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" |