summaryrefslogtreecommitdiff
path: root/lang/open-cobol-devel/files/patch-ltmain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lang/open-cobol-devel/files/patch-ltmain.sh')
-rw-r--r--lang/open-cobol-devel/files/patch-ltmain.sh41
1 files changed, 0 insertions, 41 deletions
diff --git a/lang/open-cobol-devel/files/patch-ltmain.sh b/lang/open-cobol-devel/files/patch-ltmain.sh
deleted file mode 100644
index d2bc925b6736..000000000000
--- a/lang/open-cobol-devel/files/patch-ltmain.sh
+++ /dev/null
@@ -1,41 +0,0 @@
---- ltmain.sh.orig Thu May 16 15:14:23 2002
-+++ ltmain.sh Sat Nov 9 18:07:04 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.
- ;;
- *)
-@@ -4210,10 +4210,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"