[97533] trunk/dports/devel/PlasmaShop/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Sep 7 22:53:11 PDT 2012


Revision: 97533
          https://trac.macports.org/changeset/97533
Author:   ryandesign at macports.org
Date:     2012-09-07 22:53:11 -0700 (Fri, 07 Sep 2012)
Log Message:
-----------
PlasmaShop: only conflict with tidy on case-insensitive filesystems

Modified Paths:
--------------
    trunk/dports/devel/PlasmaShop/Portfile

Modified: trunk/dports/devel/PlasmaShop/Portfile
===================================================================
--- trunk/dports/devel/PlasmaShop/Portfile	2012-09-08 05:51:48 UTC (rev 97532)
+++ trunk/dports/devel/PlasmaShop/Portfile	2012-09-08 05:53:11 UTC (rev 97533)
@@ -40,7 +40,9 @@
 }
 
 # tidy's platform.h shadows QScintilla's Platform.h on case-insensitive filesystems
-conflicts_build             tidy
+if {[file exists ${prefix}/include/Platform.h]} {
+    conflicts_build         tidy
+}
 
 configure.pre_args          -DCMAKE_INSTALL_PREFIX=${applications_dir}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120907/411994e8/attachment.html>


More information about the macports-changes mailing list