From f02322d228b7d56549a07f425074604ea6cf3f8a Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 30 Sep 2007 08:17:22 +0000 Subject: [PATCH] Mark as broken on amd64 with gcc4.2. Probably needs -fPIC. --- net/freeradius/Makefile | 6 ++++++ net/freeradius2/Makefile | 6 ++++++ 2 files changed, 12 insertions(+) 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 +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + # Default requirements for rc script _REQUIRE= NETWORKING SERVERS diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile index 38ec0a6d154f..3f79c4ccc54a 100644 --- a/net/freeradius2/Makefile +++ b/net/freeradius2/Makefile @@ -61,6 +61,12 @@ OPTIONS+= PGSQL "With PostgreSQL database support" off \ .include +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + # Default requirements for rc script _REQUIRE= NETWORKING SERVERS