diff options
Diffstat (limited to '')
-rw-r--r-- | databases/libgda2/files/patch-ltmain.sh (renamed from x11-toolkits/libgnomeprintui/files/patch-ltmain.sh) | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/x11-toolkits/libgnomeprintui/files/patch-ltmain.sh b/databases/libgda2/files/patch-ltmain.sh index 91713d2306f8..1c2fba5d533f 100644 --- a/x11-toolkits/libgnomeprintui/files/patch-ltmain.sh +++ b/databases/libgda2/files/patch-ltmain.sh @@ -1,18 +1,15 @@ - -$FreeBSD$ - ---- ltmain.sh.orig Wed Jan 23 11:38:40 2002 -+++ ltmain.sh Sun Feb 3 01:44:17 2002 -@@ -1037,8 +1037,16 @@ +--- ltmain.sh.orig Fri Sep 13 15:38:11 2002 ++++ ltmain.sh Fri Oct 11 01:44:24 2002 +@@ -1073,8 +1073,16 @@ continue ;; + -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; ++ compile_command="$compile_command -pthread" ++ finalize_command="$finalize_command -pthread" ++ compiler_flags="$compiler_flags -pthread" ++ continue ++ ;; + -module) module=yes @@ -20,17 +17,17 @@ $FreeBSD$ continue ;; -@@ -2412,6 +2420,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. +@@ -2502,6 +2510,9 @@ + *-*-openbsd*) + # Do not include libc due to us having libc/libc_r. ;; + *-*-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 @@ + if test $build_libtool_need_lc = "yes"; then +@@ -4286,10 +4297,12 @@ fi # Install the pseudo-library for information purposes. |