diff options
author | kris <kris@FreeBSD.org> | 2004-09-18 15:38:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-18 15:38:50 +0800 |
commit | a58738ed48999c7df25750937f3115f788954f97 (patch) | |
tree | 7b6749806a546abade9b007b406a8b51b855326e /net | |
parent | cf7a99ba85fe74976ebb4d40b50b44a7a0c933b4 (diff) | |
download | freebsd-ports-gnome-a58738ed48999c7df25750937f3115f788954f97.tar.gz freebsd-ports-gnome-a58738ed48999c7df25750937f3115f788954f97.tar.zst freebsd-ports-gnome-a58738ed48999c7df25750937f3115f788954f97.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'net')
-rw-r--r-- | net/callgen/Makefile | 4 | ||||
-rw-r--r-- | net/callgen323/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/net/callgen/Makefile b/net/callgen/Makefile index 63c96ae919ab..34d69d3bbc98 100644 --- a/net/callgen/Makefile +++ b/net/callgen/Makefile @@ -26,6 +26,10 @@ PLIST_FILES= bin/callgen323 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} == "amd64" BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)" .endif diff --git a/net/callgen323/Makefile b/net/callgen323/Makefile index 63c96ae919ab..34d69d3bbc98 100644 --- a/net/callgen323/Makefile +++ b/net/callgen323/Makefile @@ -26,6 +26,10 @@ PLIST_FILES= bin/callgen323 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} == "amd64" BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)" .endif |