diff options
Diffstat (limited to 'x11/gtk--/patches/patch-aj')
-rw-r--r-- | x11/gtk--/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gtk--/patches/patch-aj b/x11/gtk--/patches/patch-aj new file mode 100644 index 00000000000..1bf4db0dd85 --- /dev/null +++ b/x11/gtk--/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1 2002/10/27 13:35:00 bouyer Exp $ + +--- configure.orig Wed Oct 23 16:27:42 2002 ++++ configure Wed Oct 23 16:28:02 2002 +@@ -5585,7 +5585,7 @@ + + echo $ac_n "checking whether make is GNU Make""... $ac_c" 1>&6 + echo "configure:5588: checking whether make is GNU Make" >&5 +-if $ac_make --version 2>/dev/null | grep '^GNU Make ' >/dev/null ; then ++if ${MAKE-make} --version 2>/dev/null | grep '^GNU Make ' >/dev/null ; then + echo "$ac_t""yes" 1>&6 + else + echo "$ac_t""no" 1>&6 |