pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/cdrtools Remove work around PR pkg/51257 as i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74d243e6ec44
branches:  trunk
changeset: 349946:74d243e6ec44
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Jul 19 18:17:11 2016 +0000

description:
Remove work around PR pkg/51257 as it is not effective because the
"USE_CWRAPPERS" variable get changed too late.

diffstat:

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

diffs (16 lines):

diff -r aed3ef258c57 -r 74d243e6ec44 sysutils/cdrtools/hacks.mk
--- a/sysutils/cdrtools/hacks.mk        Tue Jul 19 15:33:55 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# $NetBSD: hacks.mk,v 1.2 2016/07/19 07:33:24 tron Exp $
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "Darwin" && defined(ABI) && ${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