diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-10-13 22:45:35 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-10-13 22:45:35 +0800 |
commit | 499d024d7c84115bcef14cf7056aec27c89fc0cb (patch) | |
tree | bd7498186f43e258e7523f6f109717177f2f460f /net-im | |
parent | 7e90208ec94582fbbe3c262682f65f70c8a3f1ce (diff) | |
download | freebsd-ports-gnome-499d024d7c84115bcef14cf7056aec27c89fc0cb.tar.gz freebsd-ports-gnome-499d024d7c84115bcef14cf7056aec27c89fc0cb.tar.zst freebsd-ports-gnome-499d024d7c84115bcef14cf7056aec27c89fc0cb.zip |
- mark BROKEN for CURRENT (> 501109)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/Makefile | 5 |
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> |