pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/openmotif Use GNU make in Linux
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ea1dc580da2
branches: trunk
changeset: 461007:8ea1dc580da2
user: martti <martti%pkgsrc.org@localhost>
date: Tue Sep 09 12:23:28 2003 +0000
description:
Use GNU make in Linux
diffstat:
x11/openmotif/Makefile | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r ea17dae9aea3 -r 8ea1dc580da2 x11/openmotif/Makefile
--- a/x11/openmotif/Makefile Tue Sep 09 12:02:25 2003 +0000
+++ b/x11/openmotif/Makefile Tue Sep 09 12:23:28 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/08/30 22:51:38 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2003/09/09 12:23:28 martti Exp $
# FreeBSD: /c/ncvs/ports/x11-toolkits/open-motif/Makefile,v 1.18 2000/10/09 01:40:02 asami Exp
# OpenBSD: Makefile,v 1.5 2000/10/23 16:08:12 espie Exp
@@ -34,6 +34,13 @@
FILES_SUBST+= X11BASE=${X11BASE}
+.include "../../mk/bsd.prefs.mk"
+
+# We must use GNU make on Linux
+.if ${OPSYS} == "Linux"
+USE_GNU_TOOLS+= make
+.endif
+
post-extract:
${CP} ${FILESDIR}/NoInstall.rules ${WRKSRC}/config/cf/NoInstall.rules
${CP} ${FILESDIR}/OpenMotif.def ${WRKSRC}/config/cf/Motif.def
Home |
Main Index |
Thread Index |
Old Index