diff options
author | tron <tron@pkgsrc.org> | 2001-03-11 16:19:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-11 16:19:45 +0000 |
commit | f36f0d3802c198309b1d10821ab5367924abb1fa (patch) | |
tree | ac6b0934473dd6e1984d01f3fd5a0591ec0d9b6c /graphics/magicpoint/Makefile | |
parent | f7f0d1344bdd802625459659312f21b9478d21f0 (diff) | |
download | pkgsrc-f36f0d3802c198309b1d10821ab5367924abb1fa.tar.gz |
Invoke "xmkmf" with full pathname to avoid problems on systems with two
X11 installations like e.g. Solaris with OpenWindows and XFree86.
Diffstat (limited to 'graphics/magicpoint/Makefile')
-rw-r--r-- | graphics/magicpoint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile index 871ec05a943..bb0a22807ac 100644 --- a/graphics/magicpoint/Makefile +++ b/graphics/magicpoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/03/04 09:06:13 tron Exp $ +# $NetBSD: Makefile,v 1.21 2001/03/11 16:19:46 tron Exp $ DISTNAME= magicpoint-1.07a CATEGORIES= x11 graphics @@ -22,7 +22,7 @@ CONFIGURE_ENV+= LIBS="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -Wl,-R${X11BASE # We need to perform the steps normally done by ``xmkmf -a'' since some # files need to be created before ``make depend''. # -XMKMF= xmkmf +XMKMF= ${X11BASE}/bin/xmkmf post-configure: cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ctlwords.h |