[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FreeBSD patch
From: |
Guido Falsi |
Subject: |
FreeBSD patch |
Date: |
Sun, 15 Feb 2004 18:57:00 +0100 |
User-agent: |
Mutt/1.4.2i |
Hi! I upgraded the FreeBSD gnokii port in the ports collection to
0.5.10, while doing these I noticed the following patch was needed:
--- config/ltmain.sh.orig Sat Feb 14 16:37:52 2004
+++ config/ltmain.sh Sat Feb 14 16:39:37 2004
@@ -1061,7 +1061,11 @@
esac
elif test "X$arg" = "X-lc_r"; then
case $host in
- *-*-openbsd* | *-*-freebsd*)
+# *-*-openbsd* | *-*-freebsd*)
+# this situation is already managed by the ports tree for
+# freebsd, so leave it as is(-lc_r is actually needed for machines
+# built from freebsd-current source in a short life span :)
+ *-*-openbsd*)
# Do not include libc_r directly, use -pthread flag.
continue
;;
For the reasons I wrote in the patch itself.
Considering the the most raccommended and only supported(read, almost
mandatory :) way to installa software in freebsd is the ports collection
I think this should be included in the distribution.
Please note that the only version of freebsd needing explicit -lc_r is
5.2-RELEASE and -current for a short time span around the release date
of 5.2.
Thanks! Hope this patch is appreciated :)
--
Guido Falsi <address@hidden>
- FreeBSD patch,
Guido Falsi <=