pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libxtend: More hacks for Darwin
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Thu May 13 13:39:52 2021 -0500
Changeset: 4cd6c2a43d686aac777a264dc1d07eb48cc6b4b1
Modified Files:
libxtend/Makefile
Log Message:
libxtend: More hacks for Darwin
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4cd6c2a43d686aac777a264dc1d07eb48cc6b4b1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libxtend/Makefile | 3 +++
1 file changed, 3 insertions(+)
diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index be331afbe0..5e7469bdf0 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -18,6 +18,9 @@ LICENSE= 2-clause-bsd
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == Darwin
+# For $(shell realpath ...). != doesn't work in Apple's make.
+USE_TOOLS= gmake
+BUILD_DEPENDS= realpath>0:../../wip/realpath
BUILD_TARGET= apple
INSTALL_TARGET= apple-install
.endif
Home |
Main Index |
Thread Index |
Old Index