From 9e8b842dfd7752dd99deb3b4440e2bb2e32b4b59 Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 15 Feb 2004 10:31:54 +0000 Subject: - Teach included libtool to not be clever about -lc_r PR: ports/62839 Submitted by: Guido Falsi (maintainer) --- comms/gnokii/files/patch-config-ltmain.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 comms/gnokii/files/patch-config-ltmain.sh (limited to 'comms') diff --git a/comms/gnokii/files/patch-config-ltmain.sh b/comms/gnokii/files/patch-config-ltmain.sh new file mode 100644 index 000000000000..cb118d889dce --- /dev/null +++ b/comms/gnokii/files/patch-config-ltmain.sh @@ -0,0 +1,15 @@ +--- 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 + ;; -- cgit