pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/binutils



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sat Jan 23 08:48:57 UTC 2021

Modified Files:
        pkgsrc/devel/binutils: Makefile

Log Message:
binutils: don't include PLIST.gprof and PLIST.ld on Darwin.

gprof and ld cannot be built on Darwin at this point.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/devel/binutils/Makefile

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

Modified files:

Index: pkgsrc/devel/binutils/Makefile
diff -u pkgsrc/devel/binutils/Makefile:1.94 pkgsrc/devel/binutils/Makefile:1.95
--- pkgsrc/devel/binutils/Makefile:1.94 Thu Jan  7 09:47:47 2021
+++ pkgsrc/devel/binutils/Makefile      Sat Jan 23 08:48:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2021/01/07 09:47:47 fcambus Exp $
+# $NetBSD: Makefile,v 1.95 2021/01/23 08:48:57 fcambus Exp $
 
 DISTNAME=      binutils-2.35.1
 PKGREVISION=   4
@@ -59,11 +59,11 @@ PLIST_VARS+=        gprof ld gold SunOS CTF
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} != "IRIX" && ${OPSYS} != "AIX"
+.if ${OPSYS} != "IRIX" && ${OPSYS} != "AIX" && ${OPSYS} != "Darwin"
 PLIST.gprof=   yes
 .endif
 
-.if ${OPSYS} != SunOS
+.if ${OPSYS} != SunOS && ${OPSYS} != "Darwin"
 PLIST.ld=      yes
 .endif
 



Home | Main Index | Thread Index | Old Index