1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Attempt to fix build on powerpc. While here, remove remnants from alpha.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2012-09-08 07:41:57 +00:00
parent 712376d57d
commit 32d661805d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303874

View File

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