From 3d9708732d72f44a1c7a57dc2897182e3bcb1ecf Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 26 Jul 2001 14:13:05 +0000 Subject: - Add number of missed files into pkg-plist; - remove useless USE_LIBTOOL; - hack port to install files properly into GNOME tree. --- databases/gnomedb/files/patch-ltmain.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 databases/gnomedb/files/patch-ltmain.sh (limited to 'databases/gnomedb/files/patch-ltmain.sh') diff --git a/databases/gnomedb/files/patch-ltmain.sh b/databases/gnomedb/files/patch-ltmain.sh new file mode 100644 index 000000000000..0c594216b0e1 --- /dev/null +++ b/databases/gnomedb/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/07/23 09:45:58 1.1 ++++ ltmain.sh 2001/07/23 09:46:28 +@@ -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" -- cgit v1.2.3