diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-02-12 09:08:42 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-02-12 09:08:42 +0000 |
commit | ba1d34116697deee8b3c525d69f9f0cc885833b1 (patch) | |
tree | 4e4f9c1fa6c2b8d950e9bcbc196eca9d9dcaca5b /accessibility/atk/files | |
parent | c91cd9c5fd718304d67cd9e28ad211bf7a8ec6e1 (diff) | |
download | FreeBSD-ports-ba1d34116697deee8b3c525d69f9f0cc885833b1.zip FreeBSD-ports-ba1d34116697deee8b3c525d69f9f0cc885833b1.tar.gz |
Update to 0.10.
Diffstat (limited to 'accessibility/atk/files')
-rw-r--r-- | accessibility/atk/files/patch-ltmain.sh | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/accessibility/atk/files/patch-ltmain.sh b/accessibility/atk/files/patch-ltmain.sh index 98cb05e..91713d2 100644 --- a/accessibility/atk/files/patch-ltmain.sh +++ b/accessibility/atk/files/patch-ltmain.sh @@ -1,9 +1,26 @@ $FreeBSD$ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ +--- 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. ;; @@ -13,7 +30,7 @@ $FreeBSD$ *) # Add libc to deplibs on all other systems if necessary. if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ +@@ -4179,10 +4190,12 @@ fi # Install the pseudo-library for information purposes. |