1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Mark as broken on amd64 with gcc4.2. Probably needs -fPIC.

This commit is contained in:
Mark Linimon 2007-09-30 08:17:22 +00:00
parent 590bc16742
commit f02322d228
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200433
2 changed files with 12 additions and 0 deletions

View File

@ -61,6 +61,12 @@ OPTIONS+= PGSQL "With PostgreSQL database support" off \
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
.if ${ARCH} == "amd64"
BROKEN= Does not compile with GCC 4.2
.endif
.endif
# Default requirements for rc script
_REQUIRE= NETWORKING SERVERS

View File

@ -61,6 +61,12 @@ OPTIONS+= PGSQL "With PostgreSQL database support" off \
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
.if ${ARCH} == "amd64"
BROKEN= Does not compile with GCC 4.2
.endif
.endif
# Default requirements for rc script
_REQUIRE= NETWORKING SERVERS