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:   maya
Date:           Sun May 28 02:28:24 UTC 2017

Modified Files:
        pkgsrc/devel/binutils: Makefile

Log Message:
binutils: don't include PLIST.gprof on AIX
gprof requires some OS support to work.

part of PR pkg/44450: devel/binutils from pkgsrc-2010Q4 has
build/install problem on aix 5.3 from J. Raynor


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 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.74 pkgsrc/devel/binutils/Makefile:1.75
--- pkgsrc/devel/binutils/Makefile:1.74 Mon Aug 15 19:29:13 2016
+++ pkgsrc/devel/binutils/Makefile      Sun May 28 02:28:24 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2016/08/15 19:29:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.75 2017/05/28 02:28:24 maya Exp $
 
 DISTNAME=      binutils-2.26.1
 CATEGORIES=    devel
@@ -48,7 +48,7 @@ PLIST_VARS+=  gprof ld gold SunOS
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} != IRIX
+.if ${OPSYS} != "IRIX" && ${OPSYS} != "AIX"
 PLIST.gprof=   yes
 EXTRA_FILES+=  gprof
 .endif



Home | Main Index | Thread Index | Old Index