Revision: 74250 http://trac.macports.org/changeset/74250 Author: michaelld@macports.org Date: 2010-12-08 18:38:33 -0800 (Wed, 08 Dec 2010) Log Message: ----------- akonadi: Remove previous code for handling <utils.h> issue. Modified Paths: -------------- trunk/dports/devel/akonadi/Portfile Modified: trunk/dports/devel/akonadi/Portfile =================================================================== --- trunk/dports/devel/akonadi/Portfile 2010-12-09 02:04:41 UTC (rev 74249) +++ trunk/dports/devel/akonadi/Portfile 2010-12-09 02:38:33 UTC (rev 74250) @@ -44,15 +44,6 @@ configure.args-append -DMYSQLD_EXECUTABLE="${prefix}/libexec/mysqld" -post-configure { - # Avoid interference by cdparanoia's ${prefix}/include/utils.h - fs-traverse x ${build.dir} { - if {[file isfile ${x}] && "flags.make" == [file tail ${x}]} { - reinplace "s|-I${prefix}/include|-isystem${prefix}/include|g" ${x} - } - } -} - platform darwin 9 { if {[info exists universal_target] && ${universal_target} == "10.4"} { # Needed if compiling for 10.4 universal on 10.5
participants (1)
-
michaelld@macports.org