summaryrefslogtreecommitdiff
path: root/graphics/xpaint
diff options
context:
space:
mode:
authoradam <adam>2005-09-06 14:54:05 +0000
committeradam <adam>2005-09-06 14:54:05 +0000
commit317dfb465ea7394dc0105f5d8382097ad21afd00 (patch)
tree68018e4a8cc39a7abb065288f6f64989198f56aa /graphics/xpaint
parentdff20537428d521388f54c0559f1e020b605eed4 (diff)
downloadpkgsrc-317dfb465ea7394dc0105f5d8382097ad21afd00.tar.gz
patch-ad is needed as well :)
Diffstat (limited to 'graphics/xpaint')
-rw-r--r--graphics/xpaint/patches/patch-ad22
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."