commit: e6bb472245d3f3411e1f0a42122c71f2d8f2f6d2 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Fri May 26 19:53:14 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri May 26 19:53:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6bb4722
dev-util/numdiff: Fix LOCALEDIR in patch Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-util/numdiff/files/numdiff-5.9.0-fix-build-system.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/numdiff/files/numdiff-5.9.0-fix-build-system.patch b/dev-util/numdiff/files/numdiff-5.9.0-fix-build-system.patch index f7e081d9310..41bdd5a9064 100644 --- a/dev-util/numdiff/files/numdiff-5.9.0-fix-build-system.patch +++ b/dev-util/numdiff/files/numdiff-5.9.0-fix-build-system.patch @@ -70,7 +70,7 @@ Fix build system # flags for the preprocessor: -CPPFLAGS =-DPACKAGE="\"$(PACKAGE)\"" -DPACKAGE2="\"$(PACKAGETWO)\"" -DLOCALEDIR="\"$(LOCALEDIR)\"" -I$(srcdir) -I. @CPPFLAGS@ -+CPPFLAGS =-DPACKAGE="\"$(PACKAGE_ONE)\"" -DPACKAGE2="\"$(PACKAGE_TWO)\"" -Dlocaledir="\"$(localedir)\"" -I$(srcdir) -I. @CPPFLAGS@ ++CPPFLAGS =-DPACKAGE="\"$(PACKAGE_ONE)\"" -DPACKAGE2="\"$(PACKAGE_TWO)\"" -DLOCALEDIR="\"$(localedir)\"" -I$(srcdir) -I. @CPPFLAGS@ # flags for the C compiler: CFLAGS =@CFLAGS@
