mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
dev-util/numdiff: Fix LOCALEDIR in patch
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
parent
c704d0defa
commit
e6bb472245
@ -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@
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user