qt4-mac: fix Tiger's inability to find libraries when building with an SDK
--- 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}]} {