pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/bsdinstall Fix build under Solaris/x86_64 11.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0167c46672e4
branches:  trunk
changeset: 652577:0167c46672e4
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Jun 04 17:21:06 2015 +0000

description:
Fix build under Solaris/x86_64 11.2.

diffstat:

 sysutils/bsdinstall/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r ef29609f922c -r 0167c46672e4 sysutils/bsdinstall/Makefile
--- a/sysutils/bsdinstall/Makefile      Thu Jun 04 17:16:20 2015 +0000
+++ b/sysutils/bsdinstall/Makefile      Thu Jun 04 17:21:06 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/04/02 23:03:31 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2015/06/04 17:21:06 ryoon Exp $
 
 DISTNAME=      bsdinstall-20130905
 CATEGORIES=    sysutils
@@ -22,4 +22,9 @@
 CPPFLAGS+=     -D_PATH_DEVNULL=\"/dev/null\"
 CPPFLAGS+=     -DTARGET_STRIP=\"${TOOLS_PLATFORM.strip:Q}\"
 
+.include "../../mk/bsd.prefs.mk"
+.if !empty(MACHINE_PLATFORM:MSunOS-5.11-*)
+MAKE_ENV+=     NOGCCERROR=yes
+.endif
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index