[29856] trunk/dports/multimedia/AtomicParsley/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 12 11:25:36 PDT 2007


Revision: 29856
          http://trac.macosforge.org/projects/macports/changeset/29856
Author:   eridius at macports.org
Date:     2007-10-12 11:25:36 -0700 (Fri, 12 Oct 2007)

Log Message:
-----------
Fix building of AtomicParsley under Leopard, committed with approval of the maintainer

Modified Paths:
--------------
    trunk/dports/multimedia/AtomicParsley/Portfile

Modified: trunk/dports/multimedia/AtomicParsley/Portfile
===================================================================
--- trunk/dports/multimedia/AtomicParsley/Portfile	2007-10-12 16:33:47 UTC (rev 29855)
+++ trunk/dports/multimedia/AtomicParsley/Portfile	2007-10-12 18:25:36 UTC (rev 29856)
@@ -20,6 +20,12 @@
 use_configure      no
 build.cmd          ./build
 
+pre-build {
+    # fix usage of private type, b0rked in Leopard
+    # -eridius
+    reinplace s|_NSBitmapImageFileType|NSBitmapImageFileType|g ${worksrcpath}/AP_NSImage.mm
+}
+
 destroot {
     xinstall -m 755 -d ${destroot}${prefix}/bin
     xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071012/8559c61c/attachment.html


More information about the macports-changes mailing list