pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/elftoolchain Force MKPROFILE=yes to prevent plis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ee100fe9390
branches:  trunk
changeset: 595929:7ee100fe9390
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Nov 26 19:59:58 2011 +0000

description:
Force MKPROFILE=yes to prevent plist divergence. It seems that in a
bootstrapped environment on NetBSD, MKPROFILE defaults to no, but
using the base system's make library it defaults to yes. This seems
like a bug, but I'm not sure where to fix it so I'm going to stick to
working around it for the moment.

diffstat:

 devel/elftoolchain/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e783f6dfd6d4 -r 7ee100fe9390 devel/elftoolchain/Makefile
--- a/devel/elftoolchain/Makefile       Sat Nov 26 19:30:57 2011 +0000
+++ b/devel/elftoolchain/Makefile       Sat Nov 26 19:59:58 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/11/26 15:50:27 dholland Exp $
+# $NetBSD: Makefile,v 1.4 2011/11/26 19:59:58 dholland Exp $
 
 DISTNAME=      elftoolchain-0.5.1
 PKGREVISION=   1
@@ -20,6 +20,7 @@
 
 USE_BSD_MAKEFILE=      yes
 MAKE_ENV+=             ${BSD_MAKE_ENV}
+MAKE_FLAGS+=           MKPROFILE=yes
 
 INSTALLATION_DIRS=     bin lib
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1 ${PKGMANDIR}/cat1 ${PKGMANDIR}/html1



Home | Main Index | Thread Index | Old Index