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:   bsiegert
Date:           Tue Jun 27 20:40:34 UTC 2023

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

Log Message:
cdrtools: remove ABI check on Darwin hack

The ABI==64 check is redundant, since the problem that is being worked
around is not specific to the exact ABI. This fixes the build on systems
such as mine, where the bootstrap is not run with  "--abi 64".

Update PR pkg/51257


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

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

Modified files:

Index: pkgsrc/sysutils/cdrtools/hacks.mk
diff -u pkgsrc/sysutils/cdrtools/hacks.mk:1.5 pkgsrc/sysutils/cdrtools/hacks.mk:1.6
--- pkgsrc/sysutils/cdrtools/hacks.mk:1.5       Fri Oct  7 13:22:10 2016
+++ pkgsrc/sysutils/cdrtools/hacks.mk   Tue Jun 27 20:40:34 2023
@@ -1,9 +1,8 @@
-# $NetBSD: hacks.mk,v 1.5 2016/10/07 13:22:10 joerg Exp $
+# $NetBSD: hacks.mk,v 1.6 2023/06/27 20:40:34 bsiegert Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "Darwin" && defined(ABI) && ${ABI} == "64" && \
-    ${_USE_CWRAPPERS} == "yes"
+.if ${OPSYS} == "Darwin" && ${_USE_CWRAPPERS} == "yes"
 #
 # PR pkg/51257: "sysutils/cdrtools" fails to build under Mac OS X 64bit
 #               when cwrappers are used



Home | Main Index | Thread Index | Old Index