Le 17 nov. 08 à 19:01, [EMAIL PROTECTED] a écrit :

[EMAIL PROTECTED] 10:01:45 -0800 (Mon, 17 Nov 2008)Log Message devel/git-core: Fixed compiling on Tiger, closes #17222. Thanks to [EMAIL PROTECTED] .
Modified Paths
        • trunk/dports/devel/git-core/files/patch-Makefile.diff
Diff
Modified: trunk/dports/devel/git-core/files/patch-Makefile.diff (42256 => 42257) --- trunk/dports/devel/git-core/files/patch-Makefile.diff 2008-11-17 17:51:48 UTC (rev 42256) +++ trunk/dports/devel/git-core/files/patch-Makefile.diff 2008-11-17 18:01:45 UTC (rev 42257)
@@ -1,5 +1,5 @@
---- Makefile.orig      2008-10-22 11:12:25.000000000 +0200
-+++ Makefile   2008-10-22 11:13:23.000000000 +0200
+--- Makefile.orig      2008-11-13 19:55:15.000000000 +0100
++++ Makefile   2008-11-13 19:56:36.000000000 +0100
 @@ -113,7 +113,7 @@
  #
  # Define NO_R_TO_GCC_LINKER if your gcc does not like "-R/path/lib"
@@ -23,7 +23,7 @@
        # Some gcc does not accept and pass -R to the linker to specify
        # the runtime dynamic library path.
 -      CC_LD_DYNPATH = -Wl,-rpath=
-+      CC_LD_DYNPATH = -Wl,-rpath,
++      CC_LD_DYNPATH = -L
  else
        CC_LD_DYNPATH = -R
  endif

Instead of a patch, can't you just do `build.args-append CC_LD_DYNPATH=-L`?

Regards,
Anthony Ramine.

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to