summaryrefslogtreecommitdiff
path: root/libc/debian/patches/localedef.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libc/debian/patches/localedef.patch')
-rw-r--r--libc/debian/patches/localedef.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/debian/patches/localedef.patch b/libc/debian/patches/localedef.patch
index ece575f..88200fe 100644
--- a/libc/debian/patches/localedef.patch
+++ b/libc/debian/patches/localedef.patch
@@ -1,10 +1,10 @@
Description:
1. yylex() - implicit declaration
2. yydebug() - undefined at link time (fixed with -t)
-Index: libc/usr/src/cmd/localedef/Makefile
+Index: b/usr/src/cmd/localedef/Makefile
===================================================================
---- libc.orig/usr/src/cmd/localedef/Makefile
-+++ libc/usr/src/cmd/localedef/Makefile
+--- a/usr/src/cmd/localedef/Makefile
++++ b/usr/src/cmd/localedef/Makefile
@@ -36,6 +36,7 @@ NATIVE_CPPFLAGS += -I $(SRC)/lib/libc/po
CERRWARN += -_gcc=-Wno-char-subscripts
CERRWARN += -_gcc=-Wno-uninitialized