[62666] trunk/dports/devel/git-core/Portfile

sharky at macports.org sharky at macports.org
Wed Jan 13 09:25:50 PST 2010


Revision: 62666
          http://trac.macports.org/changeset/62666
Author:   sharky at macports.org
Date:     2010-01-13 09:25:48 -0800 (Wed, 13 Jan 2010)
Log Message:
-----------
git-core: remove reference to ld_archflags (#23270)

Modified Paths:
--------------
    trunk/dports/devel/git-core/Portfile

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2010-01-13 16:54:37 UTC (rev 62665)
+++ trunk/dports/devel/git-core/Portfile	2010-01-13 17:25:48 UTC (rev 62666)
@@ -5,7 +5,7 @@
 
 name              git-core
 version           1.6.6
-revision          1
+revision          2
 description       A fast version control system
 long_description  Git is a fast, scalable, distributed open source version \
                   control system focusing on speed and efficiency.
@@ -41,7 +41,7 @@
 use_configure  no
 
 set CFLAGS     "-Wall -O2 -I${prefix}/include ${configure.cc_archflags}"
-set LDFLAGS    "-L${prefix}/lib ${configure.ld_archflags}"
+set LDFLAGS    "-L${prefix}/lib"
 
 build.args     CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
                CC=${configure.cc} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100113/be5f8d46/attachment.html>


More information about the macports-changes mailing list