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