From 4bc1f932c25c93638b0abcbd864f8b35ab67d73a Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 11 Mar 2001 16:19:45 +0000 Subject: Invoke "xmkmf" with full pathname to avoid problems on systems with two X11 installations like e.g. Solaris with OpenWindows and XFree86. --- graphics/magicpoint/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/magicpoint') 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 -- cgit v1.2.3