pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/cdrtools



Module Name:    pkgsrc
Committed By:   tron
Date:           Thu Jul 21 19:38:31 UTC 2016

Added Files:
        pkgsrc/sysutils/cdrtools: hacks.mk

Log Message:
Second attempt for a work around for PR pkg/51257. This time it actually
seems to work.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.4 pkgsrc/sysutils/cdrtools/hacks.mk

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

Added files:

Index: pkgsrc/sysutils/cdrtools/hacks.mk
diff -u /dev/null pkgsrc/sysutils/cdrtools/hacks.mk:1.4
--- /dev/null   Thu Jul 21 19:38:31 2016
+++ pkgsrc/sysutils/cdrtools/hacks.mk   Thu Jul 21 19:38:31 2016
@@ -0,0 +1,13 @@
+# $NetBSD: hacks.mk,v 1.4 2016/07/21 19:38:31 tron Exp $
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Darwin" && defined(ABI) && ${ABI} == "64" && \
+    ${USE_CWRAPPERS:tl} != "no"
+#
+# PR pkg/51257: "sysutils/cdrtools" fails to build under Mac OS X 64bit
+#               when cwrappers are used
+#
+LDFLAGS+=      -L${PREFIX}/lib -lintl
+
+.endif



Home | Main Index | Thread Index | Old Index