summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-03-11 16:19:45 +0000
committertron <tron@pkgsrc.org>2001-03-11 16:19:45 +0000
commitf36f0d3802c198309b1d10821ab5367924abb1fa (patch)
treeac6b0934473dd6e1984d01f3fd5a0591ec0d9b6c /wm
parentf7f0d1344bdd802625459659312f21b9478d21f0 (diff)
downloadpkgsrc-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 'wm')
-rw-r--r--wm/fvwm1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/fvwm1/Makefile b/wm/fvwm1/Makefile
index f4610412f01..1562671efc7 100644
--- a/wm/fvwm1/Makefile
+++ b/wm/fvwm1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/25 04:18:20 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 2001/03/11 16:19:46 tron Exp $
# FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp
#
@@ -19,7 +19,7 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
USE_IMAKE= yes
# drop -a because we have no `depends' target
-XMKMF= ${SH} -c "xmkmf && ${MAKE} Makefiles"
+XMKMF= ${SH} -c "${X11BASE}/bin/xmkmf && ${MAKE} Makefiles"
post-extract:
cd ${WRKSRC}/modules; \