diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-01 01:35:34 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-01 01:35:34 +0000 |
commit | 829a5447b17504ad1420335e257cd0064257d2bc (patch) | |
tree | a002b8e4f055b3b983d2faaf8b61bb24e06d5420 /devel/gconf/files | |
parent | b38ed398fcce59c25447910e69efc8d48c2095c3 (diff) | |
download | FreeBSD-ports-829a5447b17504ad1420335e257cd0064257d2bc.zip FreeBSD-ports-829a5447b17504ad1420335e257cd0064257d2bc.tar.gz |
Use USE_LIBTOOL - this prevents useless .a versions of shared modules from
being installed.
Diffstat (limited to 'devel/gconf/files')
-rw-r--r-- | devel/gconf/files/patch-configure | 21 | ||||
-rw-r--r-- | devel/gconf/files/patch-ltmain.sh | 28 |
2 files changed, 18 insertions, 31 deletions
diff --git a/devel/gconf/files/patch-configure b/devel/gconf/files/patch-configure index 1e91b12..8dff658 100644 --- a/devel/gconf/files/patch-configure +++ b/devel/gconf/files/patch-configure @@ -1,7 +1,22 @@ ---- configure.orig Mon Feb 11 15:20:43 2002 -+++ configure Mon Feb 11 15:22:24 2002 -@@ -8516,3 +8516,3 @@ + +$FreeBSD$ + +--- configure.orig Mon Apr 15 14:19:44 2002 ++++ configure Wed May 1 03:03:18 2002 +@@ -6804,6 +6804,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -7945,7 +7946,7 @@ + BDB_LIBS= + BDB_CFLAGS= -for dblib in db-3.3 db-3.2 db-3.1 db-3; do +for dblib in db-3.3 db-3.2 db-3.1 db-3 db3; do as_ac_Lib=`echo "ac_cv_lib_$dblib''_db_env_create" | $as_tr_sh` + echo "$as_me:7950: checking for db_env_create in -l$dblib" >&5 + echo $ECHO_N "checking for db_env_create in -l$dblib... $ECHO_C" >&6 diff --git a/devel/gconf/files/patch-ltmain.sh b/devel/gconf/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e..0000000 --- a/devel/gconf/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -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" |