aboutsummaryrefslogtreecommitdiffstats
path: root/devel/log4cpp/files
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-03-03 13:46:11 +0800
committerpat <pat@FreeBSD.org>2002-03-03 13:46:11 +0800
commit65f85ea4cb221c09fa59244d7dbb48418695d20a (patch)
treea11d82c240f7a2d5f1c938c5bd5964db82e22abd /devel/log4cpp/files
parente4c80ad9d3230a855732dfef7a1cf0941a12d56e (diff)
downloadfreebsd-ports-gnome-65f85ea4cb221c09fa59244d7dbb48418695d20a.tar.gz
freebsd-ports-gnome-65f85ea4cb221c09fa59244d7dbb48418695d20a.tar.zst
freebsd-ports-gnome-65f85ea4cb221c09fa59244d7dbb48418695d20a.zip
Dont install useless .la files and sort plist
PR: 35493 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'devel/log4cpp/files')
-rw-r--r--devel/log4cpp/files/patch-config::ltmain.sh25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/log4cpp/files/patch-config::ltmain.sh b/devel/log4cpp/files/patch-config::ltmain.sh
new file mode 100644
index 000000000000..661af1feefb6
--- /dev/null
+++ b/devel/log4cpp/files/patch-config::ltmain.sh
@@ -0,0 +1,25 @@
+--- config/ltmain.sh.orig Thu Jul 5 23:41:01 2001
++++ config/ltmain.sh Fri Mar 1 22:56:44 2002
+@@ -2408,6 +2408,9 @@
+ *-*-netbsd*)
+ # Don't link with libc until the a.out ld.so is fixed.
+ ;;
++ *-*-freebsd*)
++ # FreeBSD doesn't need this...
++ ;;
+ *)
+ # Add libc to deplibs on all other systems if necessary.
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4175,10 +4178,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"