summaryrefslogtreecommitdiff
path: root/math/GiNaC/files/patch-ltmain.sh
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-28 14:27:16 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-28 14:27:16 +0000
commitcfe5247f2f6d8b5415795a96bd109d749c85137c (patch)
treee6d75a2972bf1fbb8af434f1bfd49d0baba1c7d7 /math/GiNaC/files/patch-ltmain.sh
parentEnable the LMTP transport by default and provide a knob for disabling (diff)
upgrade to 1.0.5
Notes
Notes: svn path=/head/; revision=53905
Diffstat (limited to '')
-rw-r--r--math/GiNaC/files/patch-ltmain.sh23
1 files changed, 3 insertions, 20 deletions
diff --git a/math/GiNaC/files/patch-ltmain.sh b/math/GiNaC/files/patch-ltmain.sh
index a912d5a25e74..eb65ecca448c 100644
--- a/math/GiNaC/files/patch-ltmain.sh
+++ b/math/GiNaC/files/patch-ltmain.sh
@@ -1,23 +1,6 @@
---- ltmain.sh.orig Thu Nov 22 23:00:08 2001
-+++ ltmain.sh Fri Dec 7 23:34:47 2001
-@@ -1043,14 +1043,14 @@
- # These systems don't actually have a C library (as such)
- test "X$arg" = "X-lc" && continue
- ;;
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd*)
- # Do not include libc due to us having libc/libc_r.
- test "X$arg" = "X-lc" && continue
- ;;
- esac
- elif test "X$arg" = "X-lc_r"; then
- case $host in
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd*)
- # Do not include libc_r directly, use -pthread flag.
- continue
- ;;
-@@ -4210,10 +4210,12 @@
+--- ltmain.sh.orig Mon Jan 28 22:14:22 2002
++++ ltmain.sh Mon Jan 28 22:15:39 2002
+@@ -4247,10 +4247,12 @@
fi
# Install the pseudo-library for information purposes.