[42257] trunk/dports/devel/git-core/files/patch-Makefile.diff
nox
n.oxyde at gmail.com
Mon Nov 17 10:29:50 PST 2008
Le 17 nov. 08 à 19:01, simon at macports.org a écrit :
> Revision42257Authorsimon at macports.orgDate2008-11-17 10:01:45 -0800
> (Mon, 17 Nov 2008)Log Message
> devel/git-core: Fixed compiling on Tiger, closes #17222. Thanks to maccheck at gmail.com
> .
> 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.
More information about the macports-dev
mailing list