aboutsummaryrefslogtreecommitdiffstats
path: root/net/freeradius
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-30 16:17:22 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-30 16:17:22 +0800
commit51988b6543ec71833c147d358016cf54088c052e (patch)
tree008fd2e3e256428f81127d2e3fce55444148a6a3 /net/freeradius
parent1ba3d531fb3655388c95c6dcabe48f937a26b616 (diff)
downloadfreebsd-ports-gnome-51988b6543ec71833c147d358016cf54088c052e.tar.gz
freebsd-ports-gnome-51988b6543ec71833c147d358016cf54088c052e.tar.zst
freebsd-ports-gnome-51988b6543ec71833c147d358016cf54088c052e.zip
Mark as broken on amd64 with gcc4.2. Probably needs -fPIC.
Diffstat (limited to 'net/freeradius')
-rw-r--r--net/freeradius/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile
index 38ec0a6d154f..3f79c4ccc54a 100644
--- a/net/freeradius/Makefile
+++ b/net/freeradius/Makefile
@@ -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