diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc32/Makefile | 4 |
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: |