diff options
author | dmcmahill <dmcmahill> | 2003-03-17 01:19:12 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2003-03-17 01:19:12 +0000 |
commit | f713a1965c0b8358d5694e6dfc1853e66fb00c32 (patch) | |
tree | fd0d5715e7637dd9cbea84d3c7c5603ec8ba5761 /graphics/xpaint/patches | |
parent | 1312ec026e61a0468a02d02d9a6873389e871419 (diff) | |
download | pkgsrc-f713a1965c0b8358d5694e6dfc1853e66fb00c32.tar.gz |
don't try and do ${XMFMF} -a because that produces 'xmkmf -a -a' which
causes an error. This builds and runs on alpha now.
Diffstat (limited to 'graphics/xpaint/patches')
-rw-r--r-- | graphics/xpaint/patches/patch-ag | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpaint/patches/patch-ag b/graphics/xpaint/patches/patch-ag index af9fe3ad23f..f21a48fdf46 100644 --- a/graphics/xpaint/patches/patch-ag +++ b/graphics/xpaint/patches/patch-ag @@ -1,4 +1,4 @@ -$NetBSD: patch-ag,v 1.1 2002/12/16 09:29:14 tron Exp $ +$NetBSD: patch-ag,v 1.2 2003/03/17 01:19:12 dmcmahill Exp $ --- Imakefile.orig Sun Nov 17 22:16:53 2002 +++ Imakefile Mon Dec 16 10:20:41 2002 @@ -11,7 +11,7 @@ $NetBSD: patch-ag,v 1.1 2002/12/16 09:29:14 tron Exp $ libXaw95.so: - cd xaw95-1.1.4 ; xmkmf -a ; make -+ cd xaw95-1.1.4 ; ${XMKMF} -a ; 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 |