[74250] trunk/dports/devel/akonadi/Portfile

michaelld at macports.org michaelld at macports.org
Wed Dec 8 18:38:37 PST 2010


Revision: 74250
          http://trac.macports.org/changeset/74250
Author:   michaelld at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101208/5e4ec7de/attachment.html>


More information about the macports-changes mailing list