BROKEN on amd64 and ia64: Does not compile (missing -fPIC from shared library objects)

This commit is contained in:
Kris Kennaway 2004-03-18 12:53:31 +00:00
parent 22595865db
commit 455b8c2f09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104454

View file

@ -37,6 +37,12 @@ CPPFLAGS= -I${LOCALBASE}/include -I${PREFIX}/include \
LDFLAGS= -Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib \
-ljpeg -L${QT_PREFIX}/lib -lcompat ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
BROKEN= "Does not compile on amd64 or ia64 (missing -fPIC from shared library objects)"
.endif
post-extract:
@${FIND} ${WRKSRC} -name "moc_*" -delete
@ -50,4 +56,4 @@ post-patch:
s|-release @TULIP_VERSION@|| ; \
s|LDFLAGS = -module|LDFLAGS = @LDFLAGS@ -module|g'
.include <bsd.port.mk>
.include <bsd.port.post.mk>