diff options
author | clsung <clsung@FreeBSD.org> | 2007-06-14 10:13:10 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-06-14 10:13:10 +0800 |
commit | d62432215130077e1676c0b0eb2532e71f66ccbf (patch) | |
tree | 9bfc876f49b1e3effb94f56e4e91cce31ce04be5 /textproc | |
parent | 68a08151f3992b5b6d34182da734005405232678 (diff) | |
download | freebsd-ports-gnome-d62432215130077e1676c0b0eb2532e71f66ccbf.tar.gz freebsd-ports-gnome-d62432215130077e1676c0b0eb2532e71f66ccbf.tar.zst freebsd-ports-gnome-d62432215130077e1676c0b0eb2532e71f66ccbf.zip |
- add patch-ltmain.sh to avoid installing .la files
Noted by: kris
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/google-ctemplate/files/patch-ltmain.sh | 15 |
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" |