[97534] trunk/dports/editors/scite/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Sep 7 22:54:36 PDT 2012


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

Modified Paths:
--------------
    trunk/dports/editors/scite/Portfile

Modified: trunk/dports/editors/scite/Portfile
===================================================================
--- trunk/dports/editors/scite/Portfile	2012-09-08 05:53:11 UTC (rev 97533)
+++ trunk/dports/editors/scite/Portfile	2012-09-08 05:54:36 UTC (rev 97534)
@@ -36,7 +36,9 @@
 patchfiles      patch-scite-makefile.diff
 
 # tidy's platform.h shadows scintilla's Platform.h on case-insensitive filesystems; see #28230
-conflicts_build tidy
+if {[file exists ${prefix}/include/Platform.h]} {
+    conflicts_build tidy
+}
 
 use_configure   no
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120907/efe94f27/attachment.html>


More information about the macports-changes mailing list