Commits

Joshua Root authored 240346ecebc
ihook: remove hardcoded compilers, ARCHS, SDKROOT, MDT (https://trac.macports.org/ticket/37969)

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@102806 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

aqua/ihook/files/project.pbxproj.patch

Added
1 +--- iHook.xcodeproj/project.pbxproj.orig 2008-07-22 10:48:14.000000000 +1000
2 ++++ iHook.xcodeproj/project.pbxproj 2013-02-09 07:54:52.000000000 +1100
3 +@@ -42,33 +42,6 @@
4 + 09EFC544099E580400A7D599 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09C30DF4051249BC00000104 /* Carbon.framework */; };
5 + /* End PBXBuildFile section */
6 +
7 +-/* Begin PBXBuildRule section */
8 +- 09EFC54A099E580400A7D599 /* PBXBuildRule */ = {
9 +- isa = PBXBuildRule;
10 +- compilerSpec = com.apple.compilers.gcc.3_x;
11 +- fileType = sourcecode.c;
12 +- isEditable = 1;
13 +- outputFiles = (
14 +- );
15 +- };
16 +- 09EFC54B099E580400A7D599 /* PBXBuildRule */ = {
17 +- isa = PBXBuildRule;
18 +- compilerSpec = com.apple.compilers.gcc.3_x;
19 +- fileType = sourcecode.c;
20 +- isEditable = 1;
21 +- outputFiles = (
22 +- );
23 +- };
24 +- 09EFC54C099E580400A7D599 /* PBXBuildRule */ = {
25 +- isa = PBXBuildRule;
26 +- compilerSpec = com.apple.compilers.gcc.3_x;
27 +- fileType = sourcecode.c;
28 +- isEditable = 1;
29 +- outputFiles = (
30 +- );
31 +- };
32 +-/* End PBXBuildRule section */
33 +-
34 + /* Begin PBXContainerItemProxy section */
35 + 09EFC521099E580400A7D599 /* PBXContainerItemProxy */ = {
36 + isa = PBXContainerItemProxy;
37 +@@ -508,46 +481,26 @@
38 + 0944C49808CDE30E00CC8A5A /* Development */ = {
39 + isa = XCBuildConfiguration;
40 + buildSettings = {
41 +- ARCHS = (
42 +- ppc,
43 +- i386,
44 +- );
45 +- MACOSX_DEPLOYMENT_TARGET = 10.4;
46 +- SDKROOT = macosx10.5;
47 + };
48 + name = Development;
49 + };
50 + 0944C49908CDE30E00CC8A5A /* Deployment */ = {
51 + isa = XCBuildConfiguration;
52 + buildSettings = {
53 +- ARCHS = (
54 +- ppc,
55 +- i386,
56 +- );
57 +- MACOSX_DEPLOYMENT_TARGET = 10.4;
58 +- SDKROOT = macosx10.5;
59 + };
60 + name = Deployment;
61 + };
62 + 0944C49A08CDE30E00CC8A5A /* Default */ = {
63 + isa = XCBuildConfiguration;
64 + buildSettings = {
65 +- ARCHS = (
66 +- ppc,
67 +- i386,
68 +- );
69 +- MACOSX_DEPLOYMENT_TARGET = 10.4;
70 + PREBINDING = NO;
71 +- SDKROOT = macosx10.5;
72 + };
73 + name = Default;
74 + };
75 + 09EFC546099E580400A7D599 /* Development */ = {
76 + isa = XCBuildConfiguration;
77 + buildSettings = {
78 +- CC = /usr/bin/gcc;
79 + COPY_PHASE_STRIP = NO;
80 +- CPLUSPLUS = "/usr/bin/g++";
81 + FRAMEWORK_SEARCH_PATHS = "";
82 + GCC_DYNAMIC_NO_PIC = NO;
83 + GCC_ENABLE_FIX_AND_CONTINUE = YES;
84 +@@ -558,7 +511,6 @@
85 + INFOPLIST_FILE = Info.plist;
86 + INSTALL_PATH = "$(HOME)/Applications";
87 + LIBRARY_SEARCH_PATHS = "";
88 +- MACOSX_DEPLOYMENT_TARGET = 10.5;
89 + OTHER_CFLAGS = "";
90 + OTHER_LDFLAGS = "";
91 + PREBINDING = NO;
92 +@@ -577,9 +529,7 @@
93 + 09EFC547099E580400A7D599 /* Deployment */ = {
94 + isa = XCBuildConfiguration;
95 + buildSettings = {
96 +- CC = /usr/bin/gcc;
97 + COPY_PHASE_STRIP = YES;
98 +- CPLUSPLUS = "/usr/bin/g++";
99 + FRAMEWORK_SEARCH_PATHS = "";
100 + GCC_ENABLE_FIX_AND_CONTINUE = NO;
101 + GCC_ENABLE_OBJC_GC = unsupported;
102 +@@ -587,7 +537,6 @@
103 + INFOPLIST_FILE = Info.plist;
104 + INSTALL_PATH = "$(HOME)/Applications";
105 + LIBRARY_SEARCH_PATHS = "";
106 +- MACOSX_DEPLOYMENT_TARGET = 10.5;
107 + OTHER_CFLAGS = "";
108 + OTHER_LDFLAGS = "";
109 + PREBINDING = NO;
110 +@@ -606,15 +555,12 @@
111 + 09EFC548099E580400A7D599 /* Default */ = {
112 + isa = XCBuildConfiguration;
113 + buildSettings = {
114 +- CC = /usr/bin/gcc;
115 +- CPLUSPLUS = "/usr/bin/g++";
116 + FRAMEWORK_SEARCH_PATHS = "";
117 + GCC_ENABLE_OBJC_GC = unsupported;
118 + HEADER_SEARCH_PATHS = "";
119 + INFOPLIST_FILE = Info.plist;
120 + INSTALL_PATH = "$(HOME)/Applications";
121 + LIBRARY_SEARCH_PATHS = "";
122 +- MACOSX_DEPLOYMENT_TARGET = 10.5;
123 + OTHER_CFLAGS = "";
124 + OTHER_LDFLAGS = "";
125 + PREBINDING = NO;

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut