Skip to content

Commit

Permalink
[ios] fixed, 2nd patch is sdk version dependent
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed Apr 18, 2011
1 parent 7c93ed3 commit 7c4cb23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/osx/ios-depends/gettext/Makefile
Expand Up @@ -39,7 +39,9 @@ $(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
cd $(SOURCE); patch -p0 <../02-gettext-tools-stpncpy.patch
if [ "$(platform_sdk_version)" != "4.2" ]; then \
cd $(SOURCE); patch -p1 <../02-gettext-tools-stpncpy.patch; \
fi
cd $(SOURCE); $(CONFIGURE)

$(LIBDYLIB): $(SOURCE)
Expand Down

0 comments on commit 7c4cb23

Please sign in to comment.