summaryrefslogtreecommitdiff
path: root/print/lyx15/files/patch-config::ltmain.sh
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-03-29 09:53:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-03-29 09:53:18 +0000
commit2c36078d184e6b3fde44793800a6c8ca0b0639f1 (patch)
tree19d35773be783fd6761833f599af82301c20ceac /print/lyx15/files/patch-config::ltmain.sh
parentReorder the 'configure-message patch-libtool' targets in _CONFIGURE_SEQ (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_8_0'.release/4.8.0
Notes
Notes: svn path=/head/; revision=77676 svn path=/tags/RELEASE_4_8_0/; revision=77677; tag=release/4.8.0
Diffstat (limited to 'print/lyx15/files/patch-config::ltmain.sh')
-rw-r--r--print/lyx15/files/patch-config::ltmain.sh28
1 files changed, 0 insertions, 28 deletions
diff --git a/print/lyx15/files/patch-config::ltmain.sh b/print/lyx15/files/patch-config::ltmain.sh
deleted file mode 100644
index 29ed1a55df53..000000000000
--- a/print/lyx15/files/patch-config::ltmain.sh
+++ /dev/null
@@ -1,28 +0,0 @@
---- config/ltmain.sh Thu Jan 24 06:28:31 2002
-+++ config/ltmain.sh Fri Jun 28 20:15:12 2002
-@@ -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
- ;;
-@@ -2441,7 +2441,7 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd*)
- # Do not include libc due to us having libc/libc_r.
- ;;
- *)