From 380c3e11fe011ebb8c196cbb893e40ffe4fc2661 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Wed, 13 Feb 2002 11:27:49 +0000 Subject: Update to 2.3.103 after a repo-copy from ports/devel/ORBit. --- devel/ORBit2/files/patch-libIDL::ltmain.sh | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 devel/ORBit2/files/patch-libIDL::ltmain.sh (limited to 'devel/ORBit2/files/patch-libIDL::ltmain.sh') 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" -- cgit v1.2.3