summaryrefslogtreecommitdiff
path: root/lang/gcc32
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-04-22 18:04:48 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-04-22 18:04:48 +0000
commit960cd205ac04aa174021a97cfc8c001b819ca53a (patch)
treefe97f2e9c66d839ae69330b1eb9ccc7040f1145f /lang/gcc32
parentUpgrade to 2.0. (diff)
- drop javlib in PLIST for ia64 too.
Approved by: gerald
Notes
Notes: svn path=/head/; revision=79465
Diffstat (limited to 'lang/gcc32')
-rw-r--r--lang/gcc32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile
index b1f588c40d6f..a1ace2cb732b 100644
--- a/lang/gcc32/Makefile
+++ b/lang/gcc32/Makefile
@@ -206,7 +206,7 @@ post-install:
${ECHO_CMD} "x!" >> ${WRKDIR}/ex.script
${CP} -p ${TMPPLIST} ${TMPPLIST}.pre-gcc-lib
cd ${WRKDIR} ; ex < ex.script
-.if ${ARCH} != "sparc64"
+.if ${ARCH} != "sparc64" && ${ARCH} != ia64
# libgcj is built on all platforms except sparc64.
${CAT} pkg-plist.libgcj >> ${TMPPLIST}
.endif