[42257] trunk/dports/devel/git-core/files/patch-Makefile.diff

simon at macports.org simon at macports.org
Mon Nov 17 10:01:46 PST 2008


Revision: 42257
          http://trac.macports.org/changeset/42257
Author:   simon at macports.org
Date:     2008-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

Modified: trunk/dports/devel/git-core/files/patch-Makefile.diff
===================================================================
--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081117/0968ad33/attachment.html>


More information about the macports-changes mailing list