1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix install problem of gnustep-objc

extend comment for ia64
This commit is contained in:
Dirk Meyer 2003-04-27 10:05:14 +00:00
parent 371c2bede5
commit 42240d6754
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79728

View File

@ -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: