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:           Sun Apr 22 17:57:47 UTC 2018

Modified Files:
        pkgsrc/sysutils/cdrtools: Makefile

Log Message:
cdrtools: Fix build under macOS (High Sierra)

Create 64bit clang rules file by copying the 32bit file. The compiler
defaults to 64bit binaries under modern version of macOS/Xcode anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/sysutils/cdrtools/Makefile

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/Makefile
diff -u pkgsrc/sysutils/cdrtools/Makefile:1.115 pkgsrc/sysutils/cdrtools/Makefile:1.116
--- pkgsrc/sysutils/cdrtools/Makefile:1.115     Wed Jan 31 10:20:26 2018
+++ pkgsrc/sysutils/cdrtools/Makefile   Sun Apr 22 17:57:47 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2018/01/31 10:20:26 jperkin Exp $
+# $NetBSD: Makefile,v 1.116 2018/04/22 17:57:47 tron Exp $
 
 DISTNAME=      cdrtools-3.01
 PKGNAME=       ${DISTNAME:S/a/alpha/:S/-pre/pre/}
@@ -107,6 +107,7 @@ do-configure:
                        ln -sf i386-$$suffix ${MACHINE}-$$suffix;       \
                fi;                                                     \
        done;                                                           \
+       $(CP) -fp i386-darwin-clang.rul x86_64-darwin-clang.rul
        cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} config
 
 post-build:



Home | Main Index | Thread Index | Old Index