From 8039f626dddead72b0d9d9e647ccd71a94514d6b Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Mon, 21 Apr 2003 08:35:53 +0000 Subject: On sparc64 libgcj is not built by default (and won't build easily), so we need to dynamically construct pkg-plist to take this into account. Noticed by: bento+kris --- lang/gcc32/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/gcc32/Makefile') diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index ccf862df660d..b1f588c40d6f 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/Makefile @@ -206,6 +206,10 @@ post-install: ${ECHO_CMD} "x!" >> ${WRKDIR}/ex.script ${CP} -p ${TMPPLIST} ${TMPPLIST}.pre-gcc-lib cd ${WRKDIR} ; ex < ex.script +.if ${ARCH} != "sparc64" + # libgcj is built on all platforms except sparc64. + ${CAT} pkg-plist.libgcj >> ${TMPPLIST} +.endif cklatest: .for SITE in ftp://gcc.gnu.org/pub/gcc/snapshots/ ftp://mirrors.rcn.net/mirrors/sources.redhat.com/gcc/snapshots/ -- cgit v1.2.3