⛏️ index : buildtools.git

author Ingo Weinhold <ingo_weinhold@gmx.de> 2008-03-21 16:12:05.0 +00:00:00
committer Ingo Weinhold <ingo_weinhold@gmx.de> 2008-03-21 16:12:05.0 +00:00:00
commit
039ac55a77d762dd742ac658562f2c05cf44d55c [patch]
tree
73c76eea475db22dd47e9d572cf60748038c30e8
parent
6034b2b14006706b624e88d3f9ebb87f902cc8b5
download
039ac55a77d762dd742ac658562f2c05cf44d55c.tar.gz

The diff to ltmain.in got lost in the battle.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@24507 a95241bf-73f2-0310-859d-f6bbb57e9c96

Diff

 patches/libtool/libtool-1.5.26.diff | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/patches/libtool/libtool-1.5.26.diff b/patches/libtool/libtool-1.5.26.diff
index b292757..cbf7e37 100644
--- a/patches/libtool/libtool-1.5.26.diff
+++ b/patches/libtool/libtool-1.5.26.diff
@@ -104,3 +104,24 @@
     interix[[3-9]]*)
       _LT_AC_TAGVAR(hardcode_direct, $1)=no
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
diff -ur libtool-1.5.26-orig/ltmain.in libtool-1.5.26/ltmain.in
--- libtool-1.5.26-orig/ltmain.in	2008-02-01 16:12:00.000000000 +0000
+++ libtool-1.5.26/ltmain.in	2008-03-20 14:02:27.000000000 +0000
@@ -1599,7 +1599,7 @@
       -l*)
 	if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
 	  case $host in
-	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos*)
+	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-*-haiku*)
 	    # These systems don't actually have a C or math library (as such)
 	    continue
 	    ;;
@@ -3526,7 +3526,7 @@
       if test "$build_libtool_libs" = yes; then
 	if test -n "$rpath"; then
 	  case $host in
-	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*)
+	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-*-haiku*)
 	    # these systems don't actually have a c library (as such)!
 	    ;;
 	  *-*-rhapsody* | *-*-darwin1.[012])