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:
parent
72848afb16
commit
14076bc478
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110361
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user