diff options
author | adam <adam@pkgsrc.org> | 2005-09-06 14:54:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-09-06 14:54:05 +0000 |
commit | ed495749f794131ce73746fdf724ce07174b2b95 (patch) | |
tree | 68018e4a8cc39a7abb065288f6f64989198f56aa /graphics | |
parent | 965f8c485c25e58ac398778f71f49655188ae599 (diff) | |
download | pkgsrc-ed495749f794131ce73746fdf724ce07174b2b95.tar.gz |
patch-ad is needed as well :)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpaint/patches/patch-ad | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/xpaint/patches/patch-ad b/graphics/xpaint/patches/patch-ad new file mode 100644 index 00000000000..cf7b8f39f5b --- /dev/null +++ b/graphics/xpaint/patches/patch-ad @@ -0,0 +1,22 @@ +$NetBSD: patch-ad,v 1.8 2005/09/06 14:54:05 adam Exp $ + +--- configure.orig 2005-06-03 12:26:11.000000000 +0000 ++++ configure +@@ -7,7 +7,7 @@ if test "$1" = "" ; then + echo "(looking for Xaw, Xaw3d, Xaw95, neXtaw)" + echo "" + else +- WIDGETS=`echo $1 | tr [a:z] [A:Z]` ++ WIDGETS=`echo $1 | tr [a-z] [A-Z]` + fi + + if test "$WIDGETS" = "" ; then +@@ -55,7 +55,7 @@ if test "$WIDGETS" = "" ; then + fi + + if test "$WIDGETS" = "XAW3DG" ; then +- ln -sf /usr/include/X11/Xaw3d xaw_incdir ++ ln -sf /usr/pkg/include/X11/Xaw3d xaw_incdir + echo "XAWLIB_DEFINES = -DXAW3D -DXAW3DG" + echo "XAWLIB_DEFINES = -DXAW3D -DXAW3DG" > Local.xawdefs + echo "SYS_LIBRARIES = -lXaw3d -L." |