summaryrefslogtreecommitdiff
path: root/lang/gcc32
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-04-27 10:05:14 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-04-27 10:05:14 +0000
commit42240d6754e861c05084eef5a1820f5e6439c7b0 (patch)
tree115d6695c218f9265c87f7b7f4483cdfa594ec22 /lang/gcc32
parentFix index build. (diff)
Fix install problem of gnustep-objc
extend comment for ia64
Notes
Notes: svn path=/head/; revision=79728
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: