1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

BROKEN on amd64: Shared libraries must be compiled with -fPIC)

This commit is contained in:
Kris Kennaway 2004-06-19 09:31:33 +00:00
parent 78f2d3d0ab
commit d01f79fbfc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111804

View File

@ -49,6 +49,10 @@ ANOPEUMASK?= 077
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)"
.endif
.if defined(WITH_MYSQL)
USE_MYSQL= yes
.endif