pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

emwm|emwm-utils : use gmake on non-NetBSD targets.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Thu Jun 23 14:22:30 2022 +0200
Changeset:	1b74c1412414c6790932c8b8c5cee3489fa87744

Modified Files:
	emwm-utils/Makefile
	emwm/Makefile

Log Message:
emwm|emwm-utils : use gmake on non-NetBSD targets.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1b74c1412414c6790932c8b8c5cee3489fa87744

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 emwm-utils/Makefile | 6 ++++++
 emwm/Makefile       | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diffs:
diff --git a/emwm-utils/Makefile b/emwm-utils/Makefile
index bc92139bef..f2f4ddaf1d 100644
--- a/emwm-utils/Makefile
+++ b/emwm-utils/Makefile
@@ -15,6 +15,12 @@ LICENSE=	mit
 
 MAKEFLAGS+=	PREFIX=${PREFIX}
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != "NetBSD"
+USE_TOOLS+=	gmake
+.endif
+
 INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
 INSTALLATION_DIRS+=	share/examples/${DISTNAME:S,-src,,}
 INSTALLATION_DIRS+=	lib/X11/app-defaults
diff --git a/emwm/Makefile b/emwm/Makefile
index 6c47093044..551fe6e180 100644
--- a/emwm/Makefile
+++ b/emwm/Makefile
@@ -18,7 +18,7 @@ MAKEFLAGS+=	PREFIX=${PREFIX}
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "Linux"
+.if ${OPSYS} != "NetBSD"
 USE_TOOLS+=	gmake
 .endif
 


Home | Main Index | Thread Index | Old Index