summaryrefslogtreecommitdiff
path: root/www/amaya
diff options
context:
space:
mode:
authoragc <agc>2000-10-06 14:05:50 +0000
committeragc <agc>2000-10-06 14:05:50 +0000
commitd050e83e9aca8b32450698bb64ab7487d0a5fd60 (patch)
treea47d4792e137f4d6e5bd7b812cd78e8c197ca3aa /www/amaya
parent586823b20dd463cc0a51e8caeb85957efd49736d (diff)
downloadpkgsrc-d050e83e9aca8b32450698bb64ab7487d0a5fd60.tar.gz
Make this package work with xpkgwedge installed, by passing MOTIFBASE
through the environment, and using the value in the configure script.
Diffstat (limited to 'www/amaya')
-rw-r--r--www/amaya/patches/patch-aa18
1 files changed, 17 insertions, 1 deletions
diff --git a/www/amaya/patches/patch-aa b/www/amaya/patches/patch-aa
index 27d9d0b19dc..26be4f7e21f 100644
--- a/www/amaya/patches/patch-aa
+++ b/www/amaya/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/06/20 16:50:11 drochner Exp $
+$NetBSD: patch-aa,v 1.2 2000/10/06 14:05:50 agc Exp $
--- ../configure.orig Wed Apr 19 14:33:08 2000
+++ ../configure Sat Jun 17 20:50:20 2000
@@ -62,3 +62,19 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/06/20 16:50:11 drochner Exp $
+@@ -6220,6 +6177,7 @@
+ /usr/local/lesstif/include\
+ /usr/gnu/lesstif/include \
+ $HOME/lesstif/include \
++ $MOTIFBASE/include \
+ ; \
+ do
+ if test -r "$ac_dir/$motif_direct_test_include"; then
+@@ -6271,6 +6229,7 @@
+ /usr/local/lesstif/lib\
+ /usr/gnu/lesstif/lib \
+ $HOME/lesstif/lib \
++ $MOTIFBASE/lib \
+ ; \
+ do
+ for ac_extension in a so sl; do