Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/lang/openjdk7/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/lang/openjdk7/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.62 retrieving revision 1.63 diff -u -p -r1.62 -r1.63 --- pkgsrc/lang/openjdk7/Attic/Makefile 2014/02/17 23:16:16 1.62 +++ pkgsrc/lang/openjdk7/Attic/Makefile 2014/02/23 07:16:44 1.63 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2014/02/17 23:16:16 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2014/02/23 07:16:44 ryoon Exp $ DISTNAME= openjdk-1.7.51-20140125 PKGNAME= openjdk7-1.7.51 @@ -122,12 +122,12 @@ _WRAP_EXTRA_ARGS.CXX+= -Wno-parentheses -Wno-delete-non-virtual-dtor \ -Wno-return-type -Wno-unused-parameter \ -Wno-parentheses-equality -Wno-empty-body +BUILDLINK_TRANSFORM+= rm:-fcheck-new +BUILDLINK_TRANSFORM+= rm:-fpch-deps . if ${MACHINE_ARCH} == "x86_64" _WRAP_EXTRA_ARGS.CXX+= -mstackrealign . endif .endif -BUILDLINK_TRANSFORM+= rm:-fcheck-new -BUILDLINK_TRANSFORM+= rm:-fpch-deps .include "bootstrap.mk" .include "icedtea-extras.mk"