mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Now appears to build on amd64
This commit is contained in:
parent
3efdbb4ac6
commit
62eee3ed86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186446
@ -41,10 +41,6 @@ ENABLE_IPv6= --enable-ipv6
|
||||
EXTRA_PATCHES= ${FILESDIR}/timet.patch
|
||||
.endif
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= Does not compile on !i386
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/common/configure.in \
|
||||
${WRKSRC}/rat/configure.in
|
||||
|
@ -34,8 +34,8 @@ WRKSRC= ${WRKDIR}/spiralmodular-0.2.2
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
BROKEN= Does not compile on amd64 or ia64
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= Does not compile on ia64
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
|
@ -35,10 +35,6 @@ MAN1= BasiliskII.1
|
||||
CFLAGS+= -fpermissive
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
BROKEN= does not compile on AMD64 architectures
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
@ -41,10 +41,6 @@ ENABLE_IPv6= --enable-ipv6
|
||||
EXTRA_PATCHES= ${FILESDIR}/timet.patch
|
||||
.endif
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= Does not compile on !i386
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/common/configure.in \
|
||||
${WRKSRC}/rat/configure.in
|
||||
|
@ -28,8 +28,6 @@ MAN1= medusa.1
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= Does not build on ia64
|
||||
.elif ${ARCH} == "amd64"
|
||||
BROKEN= Does not build on amd64
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
|
Loading…
Reference in New Issue
Block a user