diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-22 04:21:45 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-22 04:21:45 +0800 |
commit | ea63b7c72c612479caf224b5f52850b46254c2dc (patch) | |
tree | 7c048dfe13f70e76739d88794f561d3efc3bfbb2 /finance/gnucash/files/patch-ltmain.sh | |
parent | 084f8b78e5cc9c1467af40da8e96a7f8520bb310 (diff) | |
download | marcuscom-ports-ea63b7c72c612479caf224b5f52850b46254c2dc.tar marcuscom-ports-ea63b7c72c612479caf224b5f52850b46254c2dc.tar.gz marcuscom-ports-ea63b7c72c612479caf224b5f52850b46254c2dc.tar.bz2 marcuscom-ports-ea63b7c72c612479caf224b5f52850b46254c2dc.tar.lz marcuscom-ports-ea63b7c72c612479caf224b5f52850b46254c2dc.tar.xz marcuscom-ports-ea63b7c72c612479caf224b5f52850b46254c2dc.tar.zst marcuscom-ports-ea63b7c72c612479caf224b5f52850b46254c2dc.zip |
Add gnucash-1.8.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1235 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'finance/gnucash/files/patch-ltmain.sh')
-rw-r--r-- | finance/gnucash/files/patch-ltmain.sh | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/finance/gnucash/files/patch-ltmain.sh b/finance/gnucash/files/patch-ltmain.sh new file mode 100644 index 000000000..64f959dd4 --- /dev/null +++ b/finance/gnucash/files/patch-ltmain.sh @@ -0,0 +1,29 @@ +--- 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 ++ ;; ++ + -module) + module=yes ++ build_old_libs=no + continue + ;; + +@@ -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 |