From b94aa65357bb7c9e7da8ef3b4dc4ed98ab70ec2f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 29 Sep 2011 17:33:27 +0300 Subject: Fix gettext build against MacOSX SDK 10.7 --- gettext/makefile.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gettext') 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 +PATCH_FILES=gettext-0.18.1.1.stpncpy.patch .IF "$(OS)"=="MACOSX" -- cgit v1.2.3