diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2004-01-09 16:59:36 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2004-01-09 16:59:36 +0000 |
commit | 0ba956f1218f753436cade59380707d1c5c75531 (patch) | |
tree | 278901a89f4b3c31afffb2b649631acdf7cdadb5 /devel/subversion16/files/patch-ac-helpers::ltmain.sh | |
parent | Add IPv6 support via the Kame 317-v6-20040108b patch. (diff) |
Update to subversion-0.35.1
Use old (0.9.4) version of apr instead of recommended 0.9.5.
Return BIG MESSAGE about repository dump/restore cycle.
Based on PR form Roman Neuhauser <neuhauser@bellavista.cz>
PR: ports/61013
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
Diffstat (limited to 'devel/subversion16/files/patch-ac-helpers::ltmain.sh')
-rw-r--r-- | devel/subversion16/files/patch-ac-helpers::ltmain.sh | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/devel/subversion16/files/patch-ac-helpers::ltmain.sh b/devel/subversion16/files/patch-ac-helpers::ltmain.sh index 195f87417c03..4de20aae8a99 100644 --- a/devel/subversion16/files/patch-ac-helpers::ltmain.sh +++ b/devel/subversion16/files/patch-ac-helpers::ltmain.sh @@ -9,17 +9,4 @@ # Do not include libc_r directly, use -pthread flag. continue ;; -@@ -1212,7 +1212,12 @@ - ;; - - -Kthread | -mthreads | -mt | -pthread | -pthreads | -threads | -qthreaded | -kthread ) -- compiler_flags="$compiler_flags $arg" -+ pthread=yes -+ arg=$arg -+ linker_flags="$linker_flags $arg" -+ compiler_flags="$compiler_flags $arg" -+ compile_command="$compile_command $arg" -+ finalize_command="$finalize_command $arg" - continue - ;; - + |