aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2012-05-06 17:48:20 -0400
committerdavilla <davilla@4pi.com>2012-05-06 17:48:20 -0400
commit014669165d51ba9125d8d0fea820cfe46324a57c (patch)
tree565d4babfcefcd755884ed68e9c270bcb85c8467 /tools
parent1f374631c3c53304ae6d372158827261117413fa (diff)
[osx/ios] restrict stpncpy.patch to sdk's > 10.6
Diffstat (limited to 'tools')
-rw-r--r--tools/darwin/depends/gettext/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/gettext/Makefile b/tools/darwin/depends/gettext/Makefile
index 3ee60e6782..01672da962 100644
--- a/tools/darwin/depends/gettext/Makefile
+++ b/tools/darwin/depends/gettext/Makefile
@@ -28,7 +28,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE)
$(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
echo $(SOURCE) > .gitignore
cd $(SOURCE); patch -p0 <../01-gettext-tools-Makefile.in.patch
- if [ "$(DARWIN)" = "osx" ] && [ "$(SDK)" != "10.4" ]; then \
+ if [ "$(DARWIN)" = "osx" ] && [ "$(SDK)" != "10.4" ]; && && [ "$(SDK)" != "10.5" ]; && && [ "$(SDK)" != "10.6" ];then \
cd $(SOURCE); patch -p1 <../02-gettext-tools-stpncpy.patch; \
fi
if [ "$(DARWIN)" = "ios" ] && [ "$(SDK)" != "4.2" ]; then \