diff options
author | fredb <fredb@pkgsrc.org> | 2001-08-05 17:02:24 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-08-05 17:02:24 +0000 |
commit | 71f463353c2c09937e0763b2e496aca5d60cff70 (patch) | |
tree | 536d5cdc3cddddbf8e779544c0eca9ea91614910 /www/Mosaic/patches/patch-aj | |
parent | 2dd004de474a1ebede53932bcfbd4341aa0a5f10 (diff) | |
download | pkgsrc-71f463353c2c09937e0763b2e496aca5d60cff70.tar.gz |
Let configure look for <Xm/XmStrDefs.h>, rather than <XmStrDefs.h>,
so that test for Motif 1.2 will accept our x11/lesstif12.
Diffstat (limited to 'www/Mosaic/patches/patch-aj')
-rw-r--r-- | www/Mosaic/patches/patch-aj | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/www/Mosaic/patches/patch-aj b/www/Mosaic/patches/patch-aj index 7f324501129..3a95749fe48 100644 --- a/www/Mosaic/patches/patch-aj +++ b/www/Mosaic/patches/patch-aj @@ -1,7 +1,7 @@ -$NetBSD: patch-aj,v 1.2 1998/08/07 11:14:19 agc Exp $ +$NetBSD: patch-aj,v 1.3 2001/08/05 17:02:25 fredb Exp $ ---- configure.orig Wed Jul 10 21:34:39 1996 -+++ configure Sat Jul 11 22:46:53 1998 +--- configure.orig Wed Jul 10 20:34:39 1996 ++++ configure @@ -1887,7 +1887,7 @@ fi @@ -54,3 +54,12 @@ $NetBSD: patch-aj,v 1.2 1998/08/07 11:14:19 agc Exp $ else { echo "configure: error: Could not find libpng.a in ${withval}" 1>&2; exit 1; } fi +@@ -3288,7 +3288,7 @@ + #line 3289 "configure" + #include "confdefs.h" + +- #include<XmStrDefs.h> ++ #include<Xm/XmStrDefs.h> + + int main() { return 0; } + int t() { |