diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-12 20:21:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-12 20:21:09 +0000 |
commit | 8ab90c08a841bde6b277b359cb2dcadc98e83c79 (patch) | |
tree | a88a4b48ffee2355f2af94a0829931abb6954524 /databases/libgda2/files/patch-ltmain.sh | |
parent | Submitter fix with 5.X and take maintainership. (diff) |
* Update to 0.12.1 [1]
* Add support for for database options in libgda2 [2]
Submitted by: netchild [1] (based on)
netchild [2]
Diffstat (limited to 'databases/libgda2/files/patch-ltmain.sh')
-rw-r--r-- | databases/libgda2/files/patch-ltmain.sh | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/databases/libgda2/files/patch-ltmain.sh b/databases/libgda2/files/patch-ltmain.sh index 1c2fba5d533f..7e58857add5a 100644 --- a/databases/libgda2/files/patch-ltmain.sh +++ b/databases/libgda2/files/patch-ltmain.sh @@ -1,6 +1,15 @@ ---- ltmain.sh.orig Fri Sep 13 15:38:11 2002 -+++ ltmain.sh Fri Oct 11 01:44:24 2002 -@@ -1073,8 +1073,16 @@ +--- ltmain.sh.orig Sun Jun 8 14:16:41 2003 ++++ ltmain.sh Thu Jun 12 15:52:33 2003 +@@ -1072,7 +1072,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 + ;; +@@ -1082,8 +1082,16 @@ continue ;; @@ -17,8 +26,8 @@ continue ;; -@@ -2502,6 +2510,9 @@ - *-*-openbsd*) +@@ -2498,6 +2506,9 @@ + *-*-openbsd* | *-*-freebsd*) # Do not include libc due to us having libc/libc_r. ;; + *-*-freebsd*) @@ -27,7 +36,7 @@ *) # Add libc to deplibs on all other systems if necessary. if test $build_libtool_need_lc = "yes"; then -@@ -4286,10 +4297,12 @@ +@@ -4325,10 +4336,12 @@ fi # Install the pseudo-library for information purposes. |