[153174] trunk/dports/emulators/hatari/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Sep 26 01:56:43 PDT 2016
Revision: 153174
https://trac.macports.org/changeset/153174
Author: ryandesign at macports.org
Date: 2016-09-26 01:56:43 -0700 (Mon, 26 Sep 2016)
Log Message:
-----------
hatari: fix capitalization of CMakeLists.txt
Fixes build failure on case-sensitive systems, like the buildbot workers.
Modified Paths:
--------------
trunk/dports/emulators/hatari/Portfile
Modified: trunk/dports/emulators/hatari/Portfile
===================================================================
--- trunk/dports/emulators/hatari/Portfile 2016-09-26 08:53:38 UTC (rev 153173)
+++ trunk/dports/emulators/hatari/Portfile 2016-09-26 08:56:43 UTC (rev 153174)
@@ -39,10 +39,10 @@
# 1. fix hard-coded installation directory for MacOSX bundle
# 2. delete warning flag in winuae emulator code not supported by GCC42
# 3. disable python ui - not needed for MacOSX
-post-extract {
- reinplace "s|/Applications|${applications_dir}|g" ${worksrcpath}/src/CmakeLists.txt
- reinplace "s|-Wno-maybe-uninitialized||g" ${worksrcpath}/src/cpu/CmakeLists.txt
- reinplace "s|add_subdirectory(python-ui)||g" ${worksrcpath}/CmakeLists.txt
+post-patch {
+ reinplace "s|/Applications|${applications_dir}|g" ${worksrcpath}/src/CMakeLists.txt
+ reinplace "s|-Wno-maybe-uninitialized||g" ${worksrcpath}/src/cpu/CMakeLists.txt
+ reinplace "s|add_subdirectory(python-ui)||g" ${worksrcpath}/CMakeLists.txt
}
# default to install MacOSX GUI application, and then adjust for OS variations
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160926/659664ec/attachment.html>
More information about the macports-changes
mailing list