diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 17:31:43 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 17:31:43 +0000 |
| commit | 5f046e5bf703dd347d53d9d4dae10c35de5e55b3 (patch) | |
| tree | eb9fd6379fdca886b4521762e3354d2556037381 /x11/libgnome/files/patch-ltmain.sh | |
| parent | Update libgnomeprint to 1.111.0 after a repo-copy from gnomeprint and connect (diff) | |
Update to 1.112.1 after a repo-copy from gnomelibs.
Diffstat (limited to 'x11/libgnome/files/patch-ltmain.sh')
| -rw-r--r-- | x11/libgnome/files/patch-ltmain.sh | 43 |
1 files changed, 30 insertions, 13 deletions
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. |
