diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 16:17:22 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 16:17:22 +0800 |
commit | f02322d228b7d56549a07f425074604ea6cf3f8a (patch) | |
tree | 9761834828f9090e8ab120386305e7cc8cfeee2b | |
parent | 590bc16742e194e29254374de5e6381d1fd89d77 (diff) | |
download | freebsd-ports-gnome-f02322d228b7d56549a07f425074604ea6cf3f8a.tar.gz freebsd-ports-gnome-f02322d228b7d56549a07f425074604ea6cf3f8a.tar.zst freebsd-ports-gnome-f02322d228b7d56549a07f425074604ea6cf3f8a.zip |
Mark as broken on amd64 with gcc4.2. Probably needs -fPIC.
-rw-r--r-- | net/freeradius/Makefile | 6 | ||||
-rw-r--r-- | net/freeradius2/Makefile | 6 |
2 files changed, 12 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 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 <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 |