summaryrefslogtreecommitdiff
path: root/devel/ORBit2/files/patch-libIDL::ltmain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ORBit2/files/patch-libIDL::ltmain.sh')
-rw-r--r--devel/ORBit2/files/patch-libIDL::ltmain.sh28
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/ORBit2/files/patch-libIDL::ltmain.sh b/devel/ORBit2/files/patch-libIDL::ltmain.sh
deleted file mode 100644
index 99556a375dd2..000000000000
--- a/devel/ORBit2/files/patch-libIDL::ltmain.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-
-$FreeBSD$
-
---- libIDL/ltmain.sh Mon Jan 7 11:09:55 2002
-+++ libIDL/ltmain.sh Thu Jan 24 16:32:50 2002
-@@ -1795,6 +1795,9 @@
- *-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
- # these systems don't actually have a c library (as such)!
- ;;
-+ *-*-freebsd*)
-+ # has libc, but it shouldn't be explicitly linked in
-+ ;;
- *-*-rhapsody*)
- # rhapsody is a little odd...
- deplibs="$deplibs -framework System"
-@@ -3360,10 +3366,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"