summaryrefslogtreecommitdiff
path: root/graphics/xpaint/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xpaint/patches/patch-ag')
-rw-r--r--graphics/xpaint/patches/patch-ag23
1 files changed, 16 insertions, 7 deletions
diff --git a/graphics/xpaint/patches/patch-ag b/graphics/xpaint/patches/patch-ag
index f86d849b94b..29a448df58b 100644
--- a/graphics/xpaint/patches/patch-ag
+++ b/graphics/xpaint/patches/patch-ag
@@ -1,7 +1,7 @@
-$NetBSD: patch-ag,v 1.3 2003/07/17 09:01:03 adam Exp $
+$NetBSD: patch-ag,v 1.4 2004/03/20 22:30:36 bouyer Exp $
---- Imakefile.orig 2003-06-11 15:44:30.000000000 +0200
-+++ Imakefile 2003-07-17 10:43:28.000000000 +0200
+--- Imakefile.orig Wed Jun 11 15:44:30 2003
++++ Imakefile Tue Oct 21 23:48:47 2003
@@ -89,7 +89,7 @@
#endif
@@ -16,11 +16,11 @@ $NetBSD: patch-ag,v 1.3 2003/07/17 09:01:03 adam Exp $
-$(RM) $(XAW95DEPENDS)
echo "SYS_LIBRARIES = XawClientLibs -lm" > Local.xawdefs
- xmkmf ; make
-+ ${XMKMF} ; make
++ ${XMKMF} ; ${MAKE}
libXaw95.so:
- cd xaw95-1.1.4 ; xmkmf -a ; make
-+ cd xaw95-1.1.4 ; ${XMKMF} ; make
++ cd xaw95-1.1.4 ; ${XMKMF} ; ${MAKE}
-$(RM) libXaw95.so libXaw95.a
-$(LN) xaw95-1.1.4/libXaw95.so libXaw95.so
-$(LN) xaw95-1.1.4/libXaw95.a libXaw95.a
@@ -29,7 +29,7 @@ $NetBSD: patch-ag,v 1.3 2003/07/17 09:01:03 adam Exp $
echo "XAWLIB_DEFINES = -DXAW95" > Local.xawdefs
echo "SYS_LIBRARIES = -lXaw95 -L." >> Local.xawdefs
- xmkmf ; make
-+ ${XMKMF} ; make
++ ${XMKMF} ; ${MAKE}
xaw95static:: libXaw95.a
-$(RM) $(XAW95DEPENDS)
@@ -37,7 +37,16 @@ $NetBSD: patch-ag,v 1.3 2003/07/17 09:01:03 adam Exp $
- echo "SYS_LIBRARIES = ./libXaw95.a -lm -lX11 -lXt -lXmu" >> Local.xawdefs
- xmkmf ; make
+ echo "SYS_LIBRARIES = ./xaw95-1.1.4/libXaw95.a -lm -lX11 -lXt -lXmu" >> Local.xawdefs
-+ ${XMKMF} ; make
++ ${XMKMF} ; ${MAKE}
clean::
-$(RM) preproc substads XPaint.ad XPaint.ad.h DefaultRC.txt.h PGP.*
+@@ -153,7 +153,7 @@
+ cd share/messages ; $(RM) *~
+ cd app-defaults ; $(RM) core *~ substads
+ cd app-defaults/out ; $(RM) -f Xpaint*
+- cd xaw95-1.1.4 ; if [ -r Makefile ] ; then make clean ; fi
++ cd xaw95-1.1.4 ; if [ -r Makefile ] ; then ${MAKE} clean ; fi
+
+ includes:: XPaint.ad.h DefaultRC.txt.h messages.h
+ cd bitmaps; $(RM) tools; \