diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-03-10 20:57:43 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-03-10 20:57:43 +0000 |
commit | 148ba6eb08bf6ac78c4fae6f7b96b47f0d0a6a9a (patch) | |
tree | c67d99b3182f87c2d60812be16f71d98ff775875 /www/neon/files | |
parent | Move some variable definitions outside the .if defined(RUBY) block so (diff) |
Install libneon.la, which is needed by the devel/subversion port.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
Diffstat (limited to 'www/neon/files')
-rw-r--r-- | www/neon/files/patch-ltmain.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/neon/files/patch-ltmain.sh b/www/neon/files/patch-ltmain.sh index 91713d2306f8..4ded1d13e092 100644 --- a/www/neon/files/patch-ltmain.sh +++ b/www/neon/files/patch-ltmain.sh @@ -30,16 +30,3 @@ $FreeBSD$ *) # Add libc to deplibs on all other systems if necessary. if test "$build_libtool_need_lc" = "yes"; then -@@ -4179,10 +4190,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" |