1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Now builds on amd64

This commit is contained in:
Kris Kennaway 2005-04-10 21:13:31 +00:00
parent 96c7199eb5
commit 2c49737ca4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132942
4 changed files with 5 additions and 15 deletions

View File

@ -22,12 +22,6 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Configure fails on amd64"
.endif
post-patch:
.if !defined(NOPORTDOCS)
@${REINPLACE_CMD} -Ee \
@ -37,4 +31,4 @@ post-patch:
@${REINPLACE_CMD} -Ee 's|(kallery po) doc|\1|' ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -42,8 +42,8 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386" && ${ARCH} != "alpha"
BROKEN= "Does not compile on !i386 and !alpha"
.if ${ARCH} != "i386" && ${ARCH} != "alpha" && ${ARCH} != "amd64"
BROKEN= "Does not compile on !i386, !amd64 and !alpha"
.endif
post-patch:

View File

@ -33,10 +33,6 @@ CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= Does not compile
.endif
.if ${OSVERSION} < 500035
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport

View File

@ -24,8 +24,8 @@ USE_LIBTOOL_VER=15
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
BROKEN= "Does not compile on !i386 and !amd64"
.endif
.include <bsd.port.post.mk>