Date: Sat, 8 Sep 2012 07:41:57 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303874 - head/lang/swi-pl Message-ID: <201209080741.q887fvFs045368@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Sep 8 07:41:57 2012 New Revision: 303874 URL: http://svn.freebsd.org/changeset/ports/303874 Log: Attempt to fix build on powerpc. While here, remove remnants from alpha. Hat: portmgr Modified: head/lang/swi-pl/Makefile Modified: head/lang/swi-pl/Makefile ============================================================================== --- head/lang/swi-pl/Makefile Sat Sep 8 07:17:11 2012 (r303873) +++ head/lang/swi-pl/Makefile Sat Sep 8 07:41:57 2012 (r303874) @@ -43,7 +43,7 @@ PLIST_SUB+= XPCE_VER=${XPCE_VER} .include <bsd.port.pre.mk> -.if (${ARCH} == "i386") +.if (${ARCH} == "i386" || ${ARCH} == "powerpc") PLIST_SUB+= BITS=32 .else PLIST_SUB+= BITS=64 @@ -53,11 +53,6 @@ PLIST_SUB+= BITS=64 ARCH= x86_64 .endif -.if (${ARCH} == "alpha") -EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-configure \ - ${FILESDIR}/extra-patch-src-Makefile-in -.endif - post-patch: @${REINPLACE_CMD} -e '/edit/s/INSTALL_PROGRAM/BSD_INSTALL_SCRIPT/g' \ ${WRKSRC}/src/Makefile.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209080741.q887fvFs045368>