diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-29 17:06:10 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-29 17:06:10 +0000 |
commit | 1f6aa37292b405d85f90d83ac1a4f647daf333c5 (patch) | |
tree | 30eb27736f049f44495fd456304914f45dc3c2a3 /x11/gnomecore/files | |
parent | 61449f419d18044d33e13fe53fb9cf4d8bbc3579 (diff) | |
download | FreeBSD-ports-1f6aa37292b405d85f90d83ac1a4f647daf333c5.zip FreeBSD-ports-1f6aa37292b405d85f90d83ac1a4f647daf333c5.tar.gz |
Update to 1.4.0.8.
Diffstat (limited to 'x11/gnomecore/files')
-rw-r--r-- | x11/gnomecore/files/patch-configure | 17 | ||||
-rw-r--r-- | x11/gnomecore/files/patch-ltmain.sh | 45 |
2 files changed, 14 insertions, 48 deletions
diff --git a/x11/gnomecore/files/patch-configure b/x11/gnomecore/files/patch-configure index 8ed5570..fa66452 100644 --- a/x11/gnomecore/files/patch-configure +++ b/x11/gnomecore/files/patch-configure @@ -1,6 +1,17 @@ ---- configure.orig Wed Apr 24 22:37:56 2002 -+++ configure Wed Apr 24 22:40:48 2002 -@@ -9299,7 +9299,7 @@ + +$FreeBSD$ + +--- configure.orig Mon Apr 29 13:36:00 2002 ++++ configure Mon Apr 29 13:36:41 2002 +@@ -5723,6 +5723,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' +@@ -9299,7 +9300,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" diff --git a/x11/gnomecore/files/patch-ltmain.sh b/x11/gnomecore/files/patch-ltmain.sh deleted file mode 100644 index 91713d2..0000000 --- a/x11/gnomecore/files/patch-ltmain.sh +++ /dev/null @@ -1,45 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh.orig Wed Jan 23 11:38:40 2002 -+++ ltmain.sh Sun Feb 3 01:44:17 2002 -@@ -1037,8 +1037,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2412,6 +2420,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 -@@ -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" |