pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/cdrtools cdrtools: Fix build under macOS (Hig...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d432988ef527
branches: trunk
changeset: 379055:d432988ef527
user: tron <tron%pkgsrc.org@localhost>
date: Sun Apr 22 17:57:47 2018 +0000
description:
cdrtools: Fix build under macOS (High Sierra)
Create 64bit clang rules file by copying the 32bit file. The compiler
defaults to 64bit binaries under modern version of macOS/Xcode anyway.
diffstat:
sysutils/cdrtools/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e9a8f4525ff3 -r d432988ef527 sysutils/cdrtools/Makefile
--- a/sysutils/cdrtools/Makefile Sun Apr 22 17:25:53 2018 +0000
+++ b/sysutils/cdrtools/Makefile Sun Apr 22 17:57:47 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2018/01/31 10:20:26 jperkin Exp $
+# $NetBSD: Makefile,v 1.116 2018/04/22 17:57:47 tron Exp $
DISTNAME= cdrtools-3.01
PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/}
@@ -107,6 +107,7 @@
ln -sf i386-$$suffix ${MACHINE}-$$suffix; \
fi; \
done; \
+ $(CP) -fp i386-darwin-clang.rul x86_64-darwin-clang.rul
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} config
post-build:
Home |
Main Index |
Thread Index |
Old Index