diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-04-27 10:05:14 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-04-27 10:05:14 +0000 |
commit | d0640e6c81082087ae1fbc4b03e8d3cf976dd9b5 (patch) | |
tree | 18db103e70f3aba217f1689146aeaa3a4630ab39 /lang | |
parent | a504b545fe77ff0577b691f26ce1b532d96683c3 (diff) | |
download | FreeBSD-ports-d0640e6c81082087ae1fbc4b03e8d3cf976dd9b5.zip FreeBSD-ports-d0640e6c81082087ae1fbc4b03e8d3cf976dd9b5.tar.gz |
Fix install problem of gnustep-objc
extend comment for ia64
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 115e261..f82043f 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: |