[65819] trunk/dports/aqua

ryandesign at macports.org ryandesign at macports.org
Thu Apr 1 04:50:02 PDT 2010


Revision: 65819
          http://trac.macports.org/changeset/65819
Author:   ryandesign at macports.org
Date:     2010-04-01 04:49:59 -0700 (Thu, 01 Apr 2010)
Log Message:
-----------
qt4-mac, qt4-mac-devel: fix build on Tiger: explicitly add "-lQtCLucene" everywhere "-framework QtHelp" is used; see #23284

Modified Paths:
--------------
    trunk/dports/aqua/qt4-mac/Portfile
    trunk/dports/aqua/qt4-mac-devel/Portfile

Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2010-04-01 11:35:22 UTC (rev 65818)
+++ trunk/dports/aqua/qt4-mac/Portfile	2010-04-01 11:49:59 UTC (rev 65819)
@@ -117,6 +117,13 @@
 
 platform darwin 8 {
     configure.args-delete -cocoa
+    post-configure {
+        fs-traverse item ${worksrcpath} {
+            if {"Makefile" == [file tail ${item}]} {
+                reinplace "s|-framework QtHelp|-framework QtHelp -lQtCLucene|" ${item}
+            }
+        }
+    }
 }
 
 variant mysql description {Enable MySQL SQL Driver} {

Modified: trunk/dports/aqua/qt4-mac-devel/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac-devel/Portfile	2010-04-01 11:35:22 UTC (rev 65818)
+++ trunk/dports/aqua/qt4-mac-devel/Portfile	2010-04-01 11:49:59 UTC (rev 65819)
@@ -119,6 +119,13 @@
 
 platform darwin 8 {
     configure.args-delete -cocoa
+    post-configure {
+        fs-traverse item ${worksrcpath} {
+            if {"Makefile" == [file tail ${item}]} {
+                reinplace "s|-framework QtHelp|-framework QtHelp -lQtCLucene|" ${item}
+            }
+        }
+    }
 }
 
 variant mysql description {Enable MySQL SQL Driver} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100401/9599a60f/attachment.html>


More information about the macports-changes mailing list