aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-07-20 13:44:52 +0800
committerdinoex <dinoex@FreeBSD.org>2004-07-20 13:44:52 +0800
commit13aa11cc64926d74944c8175c736e0ffe828c524 (patch)
tree26ff555f5f4a3f75a60f61ccad2ca124d08f5fdc /lang
parent7d450112a43d33519407ba8911ce33747f860bdf (diff)
downloadfreebsd-ports-gnome-13aa11cc64926d74944c8175c736e0ffe828c524.tar.gz
freebsd-ports-gnome-13aa11cc64926d74944c8175c736e0ffe828c524.tar.zst
freebsd-ports-gnome-13aa11cc64926d74944c8175c736e0ffe828c524.zip
- mark BROKEN with new base linker
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc-objc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc-objc/Makefile b/lang/gcc-objc/Makefile
index 732675ab6e28..f748bbc86dc1 100644
--- a/lang/gcc-objc/Makefile
+++ b/lang/gcc-objc/Makefile
@@ -38,3 +38,7 @@ CONFLICTS?= gcc-3.3*
.endif
.include "${MASTERDIR}/Makefile"
+
+.if ${OSVERSION} >= 502122
+BROKEN= new ld: linker refuses to find shared libs
+.endif