[152359] trunk/dports/aqua/HermesApp/files/patch-no-Werror.diff

ryandesign at macports.org ryandesign at macports.org
Sun Sep 4 17:46:50 PDT 2016


Revision: 152359
          https://trac.macports.org/changeset/152359
Author:   ryandesign at macports.org
Date:     2016-09-04 17:46:50 -0700 (Sun, 04 Sep 2016)
Log Message:
-----------
HermesApp: fix search paths

Parts of FRAMEWORK_SEARCH_PATHS and HEADER_SEARCH_PATHS were quoted, which
Xcode < 7 doesn't seem to understand, causing failure to find include files
on Mavericks and earlier.

Modified Paths:
--------------
    trunk/dports/aqua/HermesApp/files/patch-no-Werror.diff

Modified: trunk/dports/aqua/HermesApp/files/patch-no-Werror.diff
===================================================================
--- trunk/dports/aqua/HermesApp/files/patch-no-Werror.diff	2016-09-04 23:40:52 UTC (rev 152358)
+++ trunk/dports/aqua/HermesApp/files/patch-no-Werror.diff	2016-09-05 00:46:50 UTC (rev 152359)
@@ -1,5 +1,25 @@
 --- Hermes.xcodeproj/project.pbxproj.orig	2016-06-24 07:13:08.000000000 -0500
-+++ Hermes.xcodeproj/project.pbxproj	2016-09-04 18:18:48.000000000 -0500
++++ Hermes.xcodeproj/project.pbxproj	2016-09-04 19:08:51.000000000 -0500
+@@ -737,14 +737,14 @@
+ 				COMBINE_HIDPI_IMAGES = YES;
+ 				FRAMEWORK_SEARCH_PATHS = (
+ 					"$(inherited)",
+-					"\"$(SRCROOT)\"",
+-					"\"$(SRCROOT)/Frameworks\"",
++					"$(SRCROOT)",
++					"$(SRCROOT)/Frameworks",
+ 				);
+ 				GCC_PREFIX_HEADER = Sources/Hermes_Prefix.pch;
+ 				HEADER_SEARCH_PATHS = (
+-					"\"$(SRCROOT)\"",
+-					"\"$(SRCROOT)/Sources\"/**",
+-					"\"$(SRCROOT)/ImportedSources\"",
++					"$(SRCROOT)",
++					"$(SRCROOT)/Sources/**",
++					"$(SRCROOT)/ImportedSources",
+ 				);
+ 				INFOPLIST_FILE = "Resources/Hermes-Info.plist";
+ 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
 @@ -755,7 +755,6 @@
  					"-Wall",
  					"-Wextra",
@@ -8,6 +28,26 @@
  				);
  			};
  			name = Debug;
+@@ -769,14 +768,14 @@
+ 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ 				FRAMEWORK_SEARCH_PATHS = (
+ 					"$(inherited)",
+-					"\"$(SRCROOT)\"",
+-					"\"$(SRCROOT)/Frameworks\"",
++					"$(SRCROOT)",
++					"$(SRCROOT)/Frameworks",
+ 				);
+ 				GCC_PREFIX_HEADER = Sources/Hermes_Prefix.pch;
+ 				HEADER_SEARCH_PATHS = (
+-					"\"$(SRCROOT)\"",
+-					"\"$(SRCROOT)/Sources\"/**",
+-					"\"$(SRCROOT)/ImportedSources\"",
++					"$(SRCROOT)",
++					"$(SRCROOT)/Sources/**",
++					"$(SRCROOT)/ImportedSources",
+ 				);
+ 				INFOPLIST_FILE = "Resources/Hermes-Info.plist";
+ 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
 @@ -787,7 +786,6 @@
  					"-Wall",
  					"-Wextra",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160904/986dd90b/attachment.html>


More information about the macports-changes mailing list