aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc32
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-04-27 18:05:14 +0800
committerdinoex <dinoex@FreeBSD.org>2003-04-27 18:05:14 +0800
commitd0640e6c81082087ae1fbc4b03e8d3cf976dd9b5 (patch)
tree18db103e70f3aba217f1689146aeaa3a4630ab39 /lang/gcc32
parenta504b545fe77ff0577b691f26ce1b532d96683c3 (diff)
downloadfreebsd-ports-gnome-d0640e6c81082087ae1fbc4b03e8d3cf976dd9b5.tar.gz
freebsd-ports-gnome-d0640e6c81082087ae1fbc4b03e8d3cf976dd9b5.tar.zst
freebsd-ports-gnome-d0640e6c81082087ae1fbc4b03e8d3cf976dd9b5.zip
Fix install problem of gnustep-objc
extend comment for ia64
Diffstat (limited to 'lang/gcc32')
-rw-r--r--lang/gcc32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile
index 115e26128550..f82043f4d950 100644
--- a/lang/gcc32/Makefile
+++ b/lang/gcc32/Makefile
@@ -197,8 +197,8 @@ post-install:
${CP} -p ${TMPPLIST} ${TMPPLIST}.pre-gcc-lib
cd ${WRKDIR} ; ex < ex.script
.if ${ARCH} != "sparc64" && ${ARCH} != ia64
- # libgcj is built on all platforms except sparc64.
- ${CAT} pkg-plist.libgcj >> ${TMPPLIST}
+ # libgcj is built on all platforms except sparc64 and ia64.
+ ${CAT} ${MASTERDIR}/pkg-plist.libgcj >> ${TMPPLIST}
.endif
cklatest: