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

ciserlohn at macports.org ciserlohn at macports.org
Tue Jan 8 12:24:01 PST 2013


Revision: 101324
          https://trac.macports.org/changeset/101324
Author:   ciserlohn at macports.org
Date:     2013-01-08 12:24:00 -0800 (Tue, 08 Jan 2013)
Log Message:
-----------
git-core: make sure that the git source directory is searched first for header files (fixes #37568)

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

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2013-01-08 20:19:21 UTC (rev 101323)
+++ trunk/dports/devel/git-core/Portfile	2013-01-08 20:24:00 UTC (rev 101324)
@@ -46,7 +46,7 @@
 
 variant universal   {}
 
-set CFLAGS          "-Wall -O2 -I${prefix}/include [get_canonical_archflags cc]"
+set CFLAGS          "-I. -Wall -O2 -I${prefix}/include [get_canonical_archflags cc]"
 set LDFLAGS         "-L${prefix}/lib [get_canonical_archflags ld]"
 
 build.args          CFLAGS="${CFLAGS}" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130108/4df16839/attachment.html>


More information about the macports-changes mailing list