summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-05-26 21:53:14 +0200
committerDavid Seifert <soap@gentoo.org>2017-05-26 21:53:14 +0200
commite6bb472245d3f3411e1f0a42122c71f2d8f2f6d2 (patch)
tree0bed5552e0de1673e5afaf8ba0fa34cd00c4b6f4
parentdev-util/numdiff: Fix build system (diff)
downloadgentoo-e6bb472245d3f3411e1f0a42122c71f2d8f2f6d2.tar.gz
gentoo-e6bb472245d3f3411e1f0a42122c71f2d8f2f6d2.tar.bz2
gentoo-e6bb472245d3f3411e1f0a42122c71f2d8f2f6d2.zip
dev-util/numdiff: Fix LOCALEDIR in patch
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r--dev-util/numdiff/files/numdiff-5.9.0-fix-build-system.patch2
1 files changed, 1 insertions, 1 deletions
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 f7e081d93104..41bdd5a90644 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@