diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-02-12 21:37:38 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-02-12 21:37:38 +0800 |
commit | 11c5b63ffbdc67cab4c24b62099b07281ac47f8e (patch) | |
tree | bc158ff97f2eae44ee405396c00c849a39f8f5d0 /devel/libIDL/files | |
parent | 29be99dd58c3e488c5247e6d6523c1b9ef362718 (diff) | |
download | freebsd-ports-gnome-11c5b63ffbdc67cab4c24b62099b07281ac47f8e.tar.gz freebsd-ports-gnome-11c5b63ffbdc67cab4c24b62099b07281ac47f8e.tar.zst freebsd-ports-gnome-11c5b63ffbdc67cab4c24b62099b07281ac47f8e.zip |
Add libIDL 0.7.3, a library for creating trees of CORBA Interface Definition
Language files.
Diffstat (limited to 'devel/libIDL/files')
-rw-r--r-- | devel/libIDL/files/patch-ltmain.sh | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/libIDL/files/patch-ltmain.sh b/devel/libIDL/files/patch-ltmain.sh new file mode 100644 index 000000000000..98cb05e4ddb3 --- /dev/null +++ b/devel/libIDL/files/patch-ltmain.sh @@ -0,0 +1,28 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/08/27 09:51:26 1.1 ++++ ltmain.sh 2001/08/27 09:51:42 +@@ -2408,6 +2408,9 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then +@@ -4175,10 +4178,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" |