aboutsummaryrefslogtreecommitdiff
path: root/textproc/google-ctemplate
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-06-14 02:13:10 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-06-14 02:13:10 +0000
commit3f15a488578545099e32fff7f4b58dc24b8e9357 (patch)
tree15ae7ad65839a30f1773ddca4ba8871cdd595c13 /textproc/google-ctemplate
parentfd66c7fa4065989630161377535e851e1bc1f1e7 (diff)
downloadports-3f15a488578545099e32fff7f4b58dc24b8e9357.tar.gz
ports-3f15a488578545099e32fff7f4b58dc24b8e9357.zip
- add patch-ltmain.sh to avoid installing .la files
Noted by: kris
Notes
Notes: svn path=/head/; revision=193433
Diffstat (limited to 'textproc/google-ctemplate')
-rw-r--r--textproc/google-ctemplate/files/patch-ltmain.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/google-ctemplate/files/patch-ltmain.sh b/textproc/google-ctemplate/files/patch-ltmain.sh
new file mode 100644
index 000000000000..83eb57c5922d
--- /dev/null
+++ b/textproc/google-ctemplate/files/patch-ltmain.sh
@@ -0,0 +1,15 @@
+--- ltmain.sh.orig Tue Jan 10 23:23:50 2006
++++ ltmain.sh Thu Jun 14 09:54:58 2007
+@@ -6003,10 +6003,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"