diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-04 03:54:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-04 03:54:53 +0800 |
commit | 47a2a44aed51c340204be69e5b1dcade1c55df30 (patch) | |
tree | d4a625ba639224a78f7d7e8fb99c3642c0fc044c /databases/evolution-data-server/files | |
parent | b696c996c870fd87038908ca24398f6bf089093e (diff) | |
download | marcuscom-ports-47a2a44aed51c340204be69e5b1dcade1c55df30.tar.gz marcuscom-ports-47a2a44aed51c340204be69e5b1dcade1c55df30.tar.zst marcuscom-ports-47a2a44aed51c340204be69e5b1dcade1c55df30.zip |
Update to 0.0.97.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2606 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/files')
-rw-r--r-- | databases/evolution-data-server/files/patch-ltmain.sh | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/databases/evolution-data-server/files/patch-ltmain.sh b/databases/evolution-data-server/files/patch-ltmain.sh deleted file mode 100644 index 34878b402..000000000 --- a/databases/evolution-data-server/files/patch-ltmain.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- ltmain.sh.orig Fri Mar 5 10:05:44 2004 -+++ ltmain.sh Sat Mar 6 03:49:19 2004 -@@ -1349,7 +1349,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -1364,8 +1364,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 - ;; - -@@ -3059,6 +3067,9 @@ - # problems, so we reset it completely - verstring= - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - verstring="0.0" - ;; -@@ -5531,10 +5542,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |