pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/cdrtools Work around PR pkg/51257 by disablin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e333285b1ae4
branches:  trunk
changeset: 349918:e333285b1ae4
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Jul 19 07:30:27 2016 +0000

description:
Work around PR pkg/51257 by disabling cwrappers for Mac OS X 64bit.

diffstat:

 sysutils/cdrtools/hacks.mk |  12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 127f42d183d7 -r e333285b1ae4 sysutils/cdrtools/hacks.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cdrtools/hacks.mk        Tue Jul 19 07:30:27 2016 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: hacks.mk,v 1.1 2016/07/19 07:30:27 tron Exp $
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Darwin" && ${ABI} == "64"
+#
+# PR pkg/51257: "sysutils/cdrtools" fails to build under Mac OS X 64bit
+#               when cwrappers are used
+#
+USE_CWRAPPERS= no
+
+.endif



Home | Main Index | Thread Index | Old Index