summaryrefslogtreecommitdiff
path: root/devel/bonobo/files/patch-ltmain.sh
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-03 17:34:18 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-03 17:34:18 +0000
commit2a25c285e2ff1c2bd3f5417c49e890d2bb606e84 (patch)
tree89d6f43586fcd00b638a5c2a4f734c0ceb74d8fb /devel/bonobo/files/patch-ltmain.sh
parentAllow fully Gnome ports override default --localstatedir and --datadir (diff)
Update to 1.0.6. Due to incompatibilities between our USE_LIBTOOL hack and
newest autocrap used to generate distribution I had to remove USE_LIBTOOL and use homemade patch to get rid of those .la files.
Notes
Notes: svn path=/head/; revision=44711
Diffstat (limited to '')
-rw-r--r--devel/bonobo/files/patch-ltmain.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/bonobo/files/patch-ltmain.sh b/devel/bonobo/files/patch-ltmain.sh
new file mode 100644
index 000000000000..9c39f795b79d
--- /dev/null
+++ b/devel/bonobo/files/patch-ltmain.sh
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- ltmain.sh 2001/07/03 12:57:52 1.1
++++ ltmain.sh 2001/07/03 12:58:32
+@@ -4175,10 +4175,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if 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"