vapier 14/10/26 03:19:56 Modified: timezone-data-2014h-makefile.patch Log: Fix CPPFLAGS usage #526790 by Victor. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.2 sys-libs/timezone-data/files/timezone-data-2014h-makefile.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/files/timezone-data-2014h-makefile.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/files/timezone-data-2014h-makefile.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/files/timezone-data-2014h-makefile.patch?r1=1.1&r2=1.2 Index: timezone-data-2014h-makefile.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/files/timezone-data-2014h-makefile.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- timezone-data-2014h-makefile.patch 16 Oct 2014 19:19:44 -0000 1.1 +++ timezone-data-2014h-makefile.patch 26 Oct 2014 03:19:56 -0000 1.2 @@ -49,9 +49,9 @@ -cc= cc -CC= $(cc) -DTZDIR=\"$(TZDIR)\" -+CC+= -DTZDIR=\"$(TZDIR)\" ++CPPFLAGS+= -DTZDIR=\"$(TZDIR)\" +ifeq ($(NLS),1) -+CC+= -DHAVE_GETTEXT=1 -DTZ_DOMAIN=\"libc\" ++CPPFLAGS+= -DHAVE_GETTEXT=1 -DTZ_DOMAIN=\"libc\" +endif AR= ar