1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

BROKEN on amd64: Does not build (needs to build shared libraries with -fPIC)

This commit is contained in:
Kris Kennaway 2004-05-30 07:03:08 +00:00
parent 72848afb16
commit 14076bc478
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110361
5 changed files with 32 additions and 4 deletions

View File

@ -36,6 +36,12 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
CONFIGURE_ARGS+= --with-latin2
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (needs to build shared libraries with -fPIC)"
.endif
pre-extract:
.if !defined(WITH_LATIN2)
@${ECHO_MSG} ""
@ -51,4 +57,4 @@ post-install:
@${ECHO_MSG} "############################################################################"
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -36,6 +36,12 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
CONFIGURE_ARGS+= --with-latin2
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (needs to build shared libraries with -fPIC)"
.endif
pre-extract:
.if !defined(WITH_LATIN2)
@${ECHO_MSG} ""
@ -51,4 +57,4 @@ post-install:
@${ECHO_MSG} "############################################################################"
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -30,4 +30,8 @@ post-patch:
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (needs to build shared libraries with -fPIC)"
.endif
.include <bsd.port.post.mk>

View File

@ -36,6 +36,12 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
CONFIGURE_ARGS+= --with-latin2
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (needs to build shared libraries with -fPIC)"
.endif
pre-extract:
.if !defined(WITH_LATIN2)
@${ECHO_MSG} ""
@ -51,4 +57,4 @@ post-install:
@${ECHO_MSG} "############################################################################"
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -36,6 +36,12 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
CONFIGURE_ARGS+= --with-latin2
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (needs to build shared libraries with -fPIC)"
.endif
pre-extract:
.if !defined(WITH_LATIN2)
@${ECHO_MSG} ""
@ -51,4 +57,4 @@ post-install:
@${ECHO_MSG} "############################################################################"
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>