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 on AIX



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9d2f3bb5ad4
branches:  trunk
changeset: 362861:c9d2f3bb5ad4
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun May 28 02:28:24 2017 +0000

description:
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

diffstat:

 devel/binutils/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 050c71894039 -r c9d2f3bb5ad4 devel/binutils/Makefile
--- a/devel/binutils/Makefile   Sun May 28 02:09:18 2017 +0000
+++ b/devel/binutils/Makefile   Sun May 28 02:28:24 2017 +0000
@@ -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 @@
 
 .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