[87096] trunk/dports/devel

blair at macports.org blair at macports.org
Thu Nov 10 09:47:51 PST 2011


Revision: 87096
          http://trac.macports.org/changeset/87096
Author:   blair at macports.org
Date:     2011-11-10 09:47:50 -0800 (Thu, 10 Nov 2011)
Log Message:
-----------
protobuf-python2{5,6,7}: fix compile; closes #32011.

Modified Paths:
--------------
    trunk/dports/devel/protobuf-python25/Portfile
    trunk/dports/devel/protobuf-python26/Portfile
    trunk/dports/devel/protobuf-python27/Portfile

Modified: trunk/dports/devel/protobuf-python25/Portfile
===================================================================
--- trunk/dports/devel/protobuf-python25/Portfile	2011-11-10 16:36:48 UTC (rev 87095)
+++ trunk/dports/devel/protobuf-python25/Portfile	2011-11-10 17:47:50 UTC (rev 87096)
@@ -45,6 +45,8 @@
 worksrcdir      ${worksrcdir}/python
 
 build.env       PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
+build.cmd-append build_ext -I${prefix}/include
+
 destroot.env    PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
 
 test.run        yes

Modified: trunk/dports/devel/protobuf-python26/Portfile
===================================================================
--- trunk/dports/devel/protobuf-python26/Portfile	2011-11-10 16:36:48 UTC (rev 87095)
+++ trunk/dports/devel/protobuf-python26/Portfile	2011-11-10 17:47:50 UTC (rev 87096)
@@ -45,6 +45,8 @@
 worksrcdir      ${worksrcdir}/python
 
 build.env       PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
+build.cmd-append build_ext -I${prefix}/include
+
 destroot.env    PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
 
 test.run        yes

Modified: trunk/dports/devel/protobuf-python27/Portfile
===================================================================
--- trunk/dports/devel/protobuf-python27/Portfile	2011-11-10 16:36:48 UTC (rev 87095)
+++ trunk/dports/devel/protobuf-python27/Portfile	2011-11-10 17:47:50 UTC (rev 87096)
@@ -45,6 +45,8 @@
 worksrcdir      ${worksrcdir}/python
 
 build.env       PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
+build.cmd-append build_ext -I${prefix}/include
+
 destroot.env    PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
 
 test.run        yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111110/64974cf4/attachment.html>


More information about the macports-changes mailing list