summaryrefslogtreecommitdiff
path: root/lang/gcc3-java
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2003-07-16 20:23:58 +0000
committerdrochner <drochner@pkgsrc.org>2003-07-16 20:23:58 +0000
commit9ccfc92afb330ca5839f946e833fc2628078c565 (patch)
treeb2961d075935503f41448fc9e972f79a9775a4cd /lang/gcc3-java
parent4a06a493c2ba3d14a7185624c36e19da93155208 (diff)
downloadpkgsrc-9ccfc92afb330ca5839f946e833fc2628078c565.tar.gz
elaborate the INSTALLTO_SUBPREFIX thing a bit more: modify the
PKGNAME if we are installing to an alternative location so that the pkg system doesn't complain about conflicts. Now it is possible to install a gcc3 tree to some location where it can be used to bootstrap another instance of itself...
Diffstat (limited to 'lang/gcc3-java')
-rw-r--r--lang/gcc3-java/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc3-java/Makefile b/lang/gcc3-java/Makefile
index 263406df3f5..b19558bb8d2 100644
--- a/lang/gcc3-java/Makefile
+++ b/lang/gcc3-java/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.3 2003/07/08 15:05:02 drochner Exp $
+# $NetBSD: Makefile,v 1.4 2003/07/16 20:24:00 drochner Exp $
#
-PKGNAME= gcc3-java-3.3
+PKGNAME= gcc3${GCC3_PKGMODIF}-java-3.3
COMMENT= GNU Compiler Collection, Java compiler
INFO_FILES= gcj.info
.include "../../lang/gcc3-c/buildaddon.mk"
-BUILD_DEPENDS+= gcc3-c++-3.3:../../lang/gcc3-c++
+BUILD_DEPENDS+= gcc3${GCC3_PKGMODIF}-c++-3.3:../../lang/gcc3-c++
CONFIGURE_ARGS+= --enable-languages="java"
CONFIGURE_ARGS+= --with-system-zlib
# done manually in do-build