summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-10-26 03:30:49 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-10-26 03:30:49 +0000
commitd96b17aa72fd516176211619c1c253465aa275fc (patch)
treedea9bfe9ada7e25121960bc7f57952ca1f875dc2 /net-im
parentfix dependence path (diff)
- patch libtool to ignore treads. fix build for CURRENT
Submitted by: fjoe
Notes
Notes: svn path=/head/; revision=92162
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq/Makefile5
-rw-r--r--net-im/licq/files/patch-admin-ltmain.sh12
2 files changed, 12 insertions, 5 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile
index 8d21038f308e..aea446e3df5d 100644
--- a/net-im/licq/Makefile
+++ b/net-im/licq/Makefile
@@ -53,9 +53,4 @@ 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-im/licq/files/patch-admin-ltmain.sh b/net-im/licq/files/patch-admin-ltmain.sh
new file mode 100644
index 000000000000..33a0638ce819
--- /dev/null
+++ b/net-im/licq/files/patch-admin-ltmain.sh
@@ -0,0 +1,12 @@
+--- admin/ltmain.sh.orig Sun Oct 26 04:47:29 2003
++++ admin/ltmain.sh Sun Oct 26 04:47:56 2003
+@@ -1239,7 +1239,7 @@
+ esac
+ elif test "X$arg" = "X-lc_r"; then
+ case $host in
+- *-*-openbsd* | *-*-freebsd*)
++ *-*-openbsd*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
+