[62882] trunk/dports/kde/kdenetwork3/Portfile

takanori at macports.org takanori at macports.org
Wed Jan 20 17:04:58 PST 2010


Revision: 62882
          http://trac.macports.org/changeset/62882
Author:   takanori at macports.org
Date:     2010-01-20 17:04:55 -0800 (Wed, 20 Jan 2010)
Log Message:
-----------
kdenetwork3: Fixed #19731 (Build error on Tiger).

Modified Paths:
--------------
    trunk/dports/kde/kdenetwork3/Portfile

Modified: trunk/dports/kde/kdenetwork3/Portfile
===================================================================
--- trunk/dports/kde/kdenetwork3/Portfile	2010-01-20 23:54:34 UTC (rev 62881)
+++ trunk/dports/kde/kdenetwork3/Portfile	2010-01-21 01:04:55 UTC (rev 62882)
@@ -85,4 +85,12 @@
 
 universal_variant	no
 
+platform darwin 8 {
+    post-patch {
+        # Allow building on Tiger. (Ticket #19731)
+        reinplace "s| int _maxGL;| GLint _maxGL;|" ${worksrcpath}/kopete/libkopete/avdevice/qvideostream.cpp
+    }
+}
+
 livecheck.type	none
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100120/c8497db0/attachment.html>


More information about the macports-changes mailing list