pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/cdrtools Second attempt for a work around for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab9238c32f73
branches:  trunk
changeset: 350067:ab9238c32f73
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Jul 21 19:38:31 2016 +0000

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

diffstat:

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

diffs (17 lines):

diff -r 62c46bd3b028 -r ab9238c32f73 sysutils/cdrtools/hacks.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cdrtools/hacks.mk        Thu Jul 21 19:38:31 2016 +0000
@@ -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