pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/binutils binutils: don't include PLIST.gprof and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f97101ceaea7
branches:  trunk
changeset: 445412:f97101ceaea7
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Sat Jan 23 08:48:57 2021 +0000

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

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

diffstat:

 devel/binutils/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 00fe05efcf9f -r f97101ceaea7 devel/binutils/Makefile
--- a/devel/binutils/Makefile   Sat Jan 23 01:18:48 2021 +0000
+++ b/devel/binutils/Makefile   Sat Jan 23 08:48:57 2021 +0000
@@ -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 @@
 
 .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