summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-10-13 14:45:35 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-10-13 14:45:35 +0000
commitf24a88b8b9c6666ef6a89e18beda5957cb508bc8 (patch)
treef18768b19dfbae28800ef5b8764b6d749ecf62df /net-im
parentIgnore for OSVERSION < 500000, silence for REINPLACE_CMD. (diff)
- mark BROKEN for CURRENT (> 501109)
Notes
Notes: svn path=/head/; revision=91053
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq/Makefile5
1 files changed, 5 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>