Revision
72792
Author
ryandesign@macports.org
Date
2010-10-26 18:13:23 -0700 (Tue, 26 Oct 2010)

Log Message

qt4-mac: fix Tiger's inability to find libraries when building with an SDK

Modified Paths

Diff

Modified: trunk/dports/aqua/qt4-mac/Portfile (72791 => 72792)


--- trunk/dports/aqua/qt4-mac/Portfile	2010-10-26 22:58:51 UTC (rev 72791)
+++ trunk/dports/aqua/qt4-mac/Portfile	2010-10-27 01:13:23 UTC (rev 72792)
@@ -196,6 +196,7 @@
 platform darwin 8 {
     # build as Carbon only, not cocoa.
     configure.args-append -carbon
+    configure.ldflags-append -lcrypto -ldbus-1 -ljpeg -llcms -lsqlite3 -lssl -lz
     post-configure {
         fs-traverse item ${worksrcpath} {
             if {"Makefile" == [file tail ${item}]} {