aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-18 15:38:50 +0800
committerkris <kris@FreeBSD.org>2004-09-18 15:38:50 +0800
commita58738ed48999c7df25750937f3115f788954f97 (patch)
tree7b6749806a546abade9b007b406a8b51b855326e /net
parentcf7a99ba85fe74976ebb4d40b50b44a7a0c933b4 (diff)
downloadfreebsd-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/Makefile4
-rw-r--r--net/callgen323/Makefile4
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