Author: adamg Date: Thu Dec 6 09:51:34 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - new
---- Files affected: SOURCES: xmlrpc-c-syntax-fix.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/xmlrpc-c-syntax-fix.patch diff -u /dev/null SOURCES/xmlrpc-c-syntax-fix.patch:1.1 --- /dev/null Thu Dec 6 10:51:34 2007 +++ SOURCES/xmlrpc-c-syntax-fix.patch Thu Dec 6 10:51:29 2007 @@ -0,0 +1,17 @@ +--- xmlrpc-c-1.10.00/xmlrpc-c-config.main~ 2007-12-06 10:27:16.653399101 +0100 ++++ xmlrpc-c-1.10.00/xmlrpc-c-config.main 2007-12-06 10:27:34.764219414 +0100 +@@ -126,11 +126,11 @@ + ;; + --libs) + if test "$NEED_WL_RPATH" = "yes"; then +- $rpath=$the_wl_rpath ++ rpath=$the_wl_rpath + elif test "$NEED_RPATH" = "yes"; then +- $rpath=$the_rpath ++ rpath=$the_rpath + else +- $rpath= ++ rpath= + fi + + echo "$the_libdirs $rpath $the_libs" ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
