From 5f046e5bf703dd347d53d9d4dae10c35de5e55b3 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 19 Mar 2002 17:31:43 +0000 Subject: Update to 1.112.1 after a repo-copy from gnomelibs. --- x11/libgnome/files/patch-ltmain.sh | 43 ++++++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 13 deletions(-) (limited to 'x11/libgnome/files/patch-ltmain.sh') diff --git a/x11/libgnome/files/patch-ltmain.sh b/x11/libgnome/files/patch-ltmain.sh index 3084634cf3b8..91713d2306f8 100644 --- a/x11/libgnome/files/patch-ltmain.sh +++ b/x11/libgnome/files/patch-ltmain.sh @@ -1,19 +1,36 @@ $FreeBSD$ ---- ltmain.sh.orig Tue Jan 22 06:35:12 2002 -+++ ltmain.sh Fri Feb 8 01:27:17 2002 -@@ -1799,6 +1799,9 @@ - # rhapsody is a little odd... - deplibs="$deplibs -framework System" - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems. - deplibs="$deplibs -lc" -@@ -3360,10 +3366,12 @@ +--- 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. -- cgit v1.2.3