summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-09-29 17:33:27 +0300
committerTor Lillqvist <tml@iki.fi>2011-09-29 19:31:07 +0300
commitb94aa65357bb7c9e7da8ef3b4dc4ed98ab70ec2f (patch)
tree7af9d2266684cfca75366f96c49b748adcf4df2e
parent229efd7754227277b9b4ec050783b7ca9b17b9a5 (diff)
Fix gettext build against MacOSX SDK 10.7
-rw-r--r--gettext/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext/makefile.mk b/gettext/makefile.mk
index b6443f5fafb5..50d294f65afe 100644
--- a/gettext/makefile.mk
+++ b/gettext/makefile.mk
@@ -47,7 +47,8 @@ GETTEXTVERSION=0.18.1.1
TARFILE_NAME=$(PRJNAME)-$(GETTEXTVERSION)
TARFILE_MD5=3dd55b952826d2b32f51308f2f91aa89
-PATCH_FILES=
+# see <https://savannah.gnu.org/bugs/index.php?33999>
+PATCH_FILES=gettext-0.18.1.1.stpncpy.patch
.IF "$(OS)"=="MACOSX"