mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
- .la libtool archives are harmless now, back it off
Also ref: http://lists.freebsd.org/pipermail/freebsd-ports/2007-March/039151.html Stated by: pav
This commit is contained in:
parent
35144e9418
commit
31e9c64d1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193535
@ -1,15 +0,0 @@
|
||||
--- 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"
|
@ -8,9 +8,11 @@ include/google/template_from_string.h
|
||||
include/google/template_modifiers.h
|
||||
include/google/template_namelist.h
|
||||
lib/libctemplate.a
|
||||
lib/libctemplate.la
|
||||
lib/libctemplate.so
|
||||
lib/libctemplate.so.0
|
||||
lib/libctemplate_nothreads.a
|
||||
lib/libctemplate_nothreads.la
|
||||
lib/libctemplate_nothreads.so
|
||||
lib/libctemplate_nothreads.so.0
|
||||
@dirrmtry include/google
|
||||
|
Loading…
Reference in New Issue
Block a user