Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
ce55da2e
Commit
ce55da2e
authored
Jan 11, 2014
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib/sparkle: add patch fixing compilation within current versions of the Xcode IDE
parent
f4e53154
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
190 additions
and
0 deletions
+190
-0
contrib/src/sparkle/rules.mak
contrib/src/sparkle/rules.mak
+1
-0
contrib/src/sparkle/sparkle-fix-xcode-project-for-current-releases.patch
...rkle/sparkle-fix-xcode-project-for-current-releases.patch
+189
-0
No files found.
contrib/src/sparkle/rules.mak
View file @
ce55da2e
...
...
@@ -18,6 +18,7 @@ $(TARBALLS)/sparkle-git.tar.xz:
sparkle
:
sparkle-git.tar.xz .sum-sparkle
$(UNPACK)
$(APPLY)
$(SRC)
/sparkle/sparkle-fix-formatstring.patch
$(APPLY)
$(SRC)
/sparkle/sparkle-fix-xcode-project-for-current-releases.patch
$(MOVE)
.sparkle
:
sparkle
...
...
contrib/src/sparkle/sparkle-fix-xcode-project-for-current-releases.patch
0 → 100644
View file @
ce55da2e
diff -ru sparkle/Sparkle.xcodeproj/project.pbxproj sparkle-fixed/Sparkle.xcodeproj/project.pbxproj
--- sparkle/Sparkle.xcodeproj/project.pbxproj 2014-01-11 18:03:33.000000000 +0100
+++ sparkle-fixed/Sparkle.xcodeproj/project.pbxproj 2014-01-11 18:10:24.000000000 +0100
@@ -1368,6 +1368,22 @@
baseConfigurationReference = FA1941CA0D94A70100DD942E /* ConfigFrameworkDebug.xcconfig */;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
+ SDKROOT = macosx;
+ WARNING_CFLAGS = (
+ "-Wall",
+ "-Wno-unused-parameter",
+ "-Wundef",
+ "-Wendif-labels",
+ "-Wpointer-arith",
+ "-Wcast-align",
+ "-Wwrite-strings",
+ "-Wmissing-format-attribute",
+ "-Wpacked",
+ "-Wredundant-decls",
+ "-Winline",
+ "-Wdisabled-optimization",
+ "-Winvalid-pch",
+ );
};
name = Debug;
};
@@ -1376,18 +1392,36 @@
baseConfigurationReference = FA1941D50D94A70100DD942E /* ConfigFrameworkRelease.xcconfig */;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
+ SDKROOT = macosx;
+ WARNING_CFLAGS = (
+ "-Wall",
+ "-Wno-unused-parameter",
+ "-Wundef",
+ "-Wendif-labels",
+ "-Wpointer-arith",
+ "-Wcast-align",
+ "-Wwrite-strings",
+ "-Wmissing-format-attribute",
+ "-Wpacked",
+ "-Wredundant-decls",
+ "-Winline",
+ "-Wdisabled-optimization",
+ "-Winvalid-pch",
+ );
};
name = Release;
};
1DEB91B208733DA50010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ SDKROOT = macosx;
};
name = Debug;
};
1DEB91B308733DA50010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ SDKROOT = macosx;
};
name = Release;
};
@@ -1412,6 +1446,7 @@
AppKit,
);
PRODUCT_NAME = finish_installation;
+ SDKROOT = macosx;
};
name = Debug;
};
@@ -1435,6 +1470,7 @@
AppKit,
);
PRODUCT_NAME = finish_installation;
+ SDKROOT = macosx;
ZERO_LINK = NO;
};
name = Release;
@@ -1457,6 +1493,7 @@
AppKit,
);
PRODUCT_NAME = finish_installation;
+ SDKROOT = macosx;
};
name = "Release (GC dual-mode; 10.5+)";
};
@@ -1464,6 +1501,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 5D06E8F20FD68D21005AE3F6 /* ConfigBinaryDeltaDebug.xcconfig */;
buildSettings = {
+ SDKROOT = macosx;
};
name = Debug;
};
@@ -1471,6 +1509,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 5D06E8F30FD68D21005AE3F6 /* ConfigBinaryDeltaRelease.xcconfig */;
buildSettings = {
+ SDKROOT = macosx;
};
name = Release;
};
@@ -1478,12 +1517,14 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 5D06E8F30FD68D21005AE3F6 /* ConfigBinaryDeltaRelease.xcconfig */;
buildSettings = {
+ SDKROOT = macosx;
};
name = "Release (GC dual-mode; 10.5+)";
};
61072EAD0DF263BD008FE88B /* Release (GC dual-mode; 10.5+) */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ SDKROOT = macosx;
};
name = "Release (GC dual-mode; 10.5+)";
};
@@ -1492,6 +1533,22 @@
baseConfigurationReference = 61072EB20DF2640C008FE88B /* ConfigFrameworkReleaseGCSupport.xcconfig */;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
+ SDKROOT = macosx;
+ WARNING_CFLAGS = (
+ "-Wall",
+ "-Wno-unused-parameter",
+ "-Wundef",
+ "-Wendif-labels",
+ "-Wpointer-arith",
+ "-Wcast-align",
+ "-Wwrite-strings",
+ "-Wmissing-format-attribute",
+ "-Wpacked",
+ "-Wredundant-decls",
+ "-Winline",
+ "-Wdisabled-optimization",
+ "-Winvalid-pch",
+ );
};
name = "Release (GC dual-mode; 10.5+)";
};
@@ -1500,6 +1557,7 @@
baseConfigurationReference = 615409A8103BA09100125AF1 /* ConfigTestAppReleaseGCSupport.xcconfig */;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
+ SDKROOT = macosx;
};
name = "Release (GC dual-mode; 10.5+)";
};
@@ -1508,6 +1566,7 @@
baseConfigurationReference = FA302AFD109D13190060F891 /* ConfigUnitTestReleaseGCSupport.xcconfig */;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
+ SDKROOT = macosx;
};
name = "Release (GC dual-mode; 10.5+)";
};
@@ -1516,6 +1575,7 @@
baseConfigurationReference = FA3AAF3A1050B273004B3130 /* ConfigUnitTestDebug.xcconfig */;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
+ SDKROOT = macosx;
};
name = Debug;
};
@@ -1524,6 +1584,7 @@
baseConfigurationReference = FA3AAF391050B273004B3130 /* ConfigUnitTestRelease.xcconfig */;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
+ SDKROOT = macosx;
};
name = Release;
};
@@ -1532,6 +1593,7 @@
baseConfigurationReference = FA1941CB0D94A70100DD942E /* ConfigTestAppDebug.xcconfig */;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
+ SDKROOT = macosx;
};
name = Debug;
};
@@ -1540,6 +1602,7 @@
baseConfigurationReference = FA1941D20D94A70100DD942E /* ConfigTestAppRelease.xcconfig */;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
+ SDKROOT = macosx;
};
name = Release;
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment