From f36f0d3802c198309b1d10821ab5367924abb1fa 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. --- x11/fvwm-wharf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/fvwm-wharf') diff --git a/x11/fvwm-wharf/Makefile b/x11/fvwm-wharf/Makefile index 5f766185725..064dd8ffffb 100644 --- a/x11/fvwm-wharf/Makefile +++ b/x11/fvwm-wharf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/17 17:06:21 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/03/11 16:19:47 tron Exp $ DISTNAME= AfterStep-1.0 PKGNAME= fvwm-wharf-1.0 @@ -13,7 +13,7 @@ USE_X11BASE= YES USE_XPM= YES do-configure: - (cd ${WRKSRC} ; xmkmf ; ${MAKE} Makefiles) + (cd ${WRKSRC}; ${X11BASE}/bin/xmkmf; ${MAKE} Makefiles) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/modules/Wharf/Wharf ${PREFIX}/bin/Fvwm-Wharf -- cgit v1.2.3