pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/openjdk7 Include compiler.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9595c46257b
branches:  trunk
changeset: 592454:e9595c46257b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Sep 05 11:46:14 2011 +0000

description:
Include compiler.mk

diffstat:

 lang/openjdk7/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d5520b8c5e7d -r e9595c46257b lang/openjdk7/Makefile
--- a/lang/openjdk7/Makefile    Mon Sep 05 11:07:17 2011 +0000
+++ b/lang/openjdk7/Makefile    Mon Sep 05 11:46:14 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2011/08/31 14:48:04 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2011/09/05 11:46:14 joerg Exp $
 
 DISTNAME=      openjdk-7-fcs-src-b147-27_jun_2011
 PKGNAME=       openjdk7-1.7.0.147.20110811
@@ -72,6 +72,8 @@
 PLIST_SUBST+=  ARCH=${MACHINE_ARCH:S/x86_64/amd64/}
 PLIST_SUBST+=  LOWER_OPSYS=${LOWER_OPSYS}
 
+.include "../../mk/compiler.mk"
+
 .if !empty(PKGSRC_COMPILER:Mclang)
 _WRAP_EXTRA_ARGS.CXX+= -Wno-parentheses -Wno-sign-conversion \
                        -Wno-shorten-64-to-32 -Wno-conversion \
@@ -80,8 +82,6 @@
                        -Wno-delete-non-virtual-dtor \
                        -Wno-return-type -Wno-unused-parameter
 .endif
-
-.include "../../mk/bsd.prefs.mk"
 .include "bootstrap.mk"
 .include "icedtea-extras.mk"
 



Home | Main Index | Thread Index | Old Index