diff options
author | tron <tron> | 2001-03-11 16:19:45 +0000 |
---|---|---|
committer | tron <tron> | 2001-03-11 16:19:45 +0000 |
commit | 4bc1f932c25c93638b0abcbd864f8b35ab67d73a (patch) | |
tree | ac6b0934473dd6e1984d01f3fd5a0591ec0d9b6c /wm/fvwm1 | |
parent | a9966abbbb77286597fd31a64294fa43349ad3b5 (diff) | |
download | pkgsrc-4bc1f932c25c93638b0abcbd864f8b35ab67d73a.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/fvwm1')
-rw-r--r-- | wm/fvwm1/Makefile | 4 |
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; \ |