summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-10-26 03:30:49 +0000
committerdinoex <dinoex@FreeBSD.org>2003-10-26 03:30:49 +0000
commit4538d93357b3d13aef435c68589ed59eb29abcf6 (patch)
treef6b79d05737eaa71bec9b342c184d88df08eba6d /net-im
parent925c1187d93693fc3100bf1b813de26495b75a24 (diff)
downloadFreeBSD-ports-4538d93357b3d13aef435c68589ed59eb29abcf6.zip
FreeBSD-ports-4538d93357b3d13aef435c68589ed59eb29abcf6.tar.gz
- patch libtool to ignore treads. fix build for CURRENT
Submitted by: fjoe
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 8d21038..aea446e 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 0000000..33a0638
--- /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
+ ;;
+
OpenPOWER on IntegriCloud