[71465] trunk/dports/games/PlasmaClient/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 13 12:29:20 PDT 2010


Revision: 71465
          http://trac.macports.org/changeset/71465
Author:   ryandesign at macports.org
Date:     2010-09-13 12:29:18 -0700 (Mon, 13 Sep 2010)
Log Message:
-----------
PlasmaClient: fix build on Tiger by specifying the libraries to link to

Modified Paths:
--------------
    trunk/dports/games/PlasmaClient/Portfile

Modified: trunk/dports/games/PlasmaClient/Portfile
===================================================================
--- trunk/dports/games/PlasmaClient/Portfile	2010-09-13 18:49:07 UTC (rev 71464)
+++ trunk/dports/games/PlasmaClient/Portfile	2010-09-13 19:29:18 UTC (rev 71465)
@@ -80,6 +80,10 @@
     xinstall -d -m 777 ${destroot}${prefix}/var/log/${name}
 }
 
+platform darwin 8 {
+    configure.ldflags-append -lcrypto -ljpeg -lz -lSDLmain
+}
+
 notes "
 To run PlasmaClient, write your Myst Online: URU Live again username and password into the preferences plist like this:
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100913/a6548b3a/attachment.html>


More information about the macports-changes mailing list