aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/licq/Makefile5
-rw-r--r--net/licq/Makefile5
2 files changed, 10 insertions, 0 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile
index aea446e3df5d..8d21038f308e 100644
--- a/net-im/licq/Makefile
+++ b/net-im/licq/Makefile
@@ -53,4 +53,9 @@ post-install:
.include <bsd.port.pre.mk>
.include "${LICQ_PORT}/Makefile.inc"
+
+.if ${OSVERSION} > 501109
+BROKEN= don't link with -lc_r
+.endif
+
.include <bsd.port.post.mk>
diff --git a/net/licq/Makefile b/net/licq/Makefile
index aea446e3df5d..8d21038f308e 100644
--- a/net/licq/Makefile
+++ b/net/licq/Makefile
@@ -53,4 +53,9 @@ post-install:
.include <bsd.port.pre.mk>
.include "${LICQ_PORT}/Makefile.inc"
+
+.if ${OSVERSION} > 501109
+BROKEN= don't link with -lc_r
+.endif
+
.include <bsd.port.post.mk>