diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-09-27 15:02:47 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-09-27 15:02:47 +0000 |
commit | 09e3b63e4853d7d517d0631efa30a3fc302d2e48 (patch) | |
tree | 97c74f76e51a40a2338318353fd810befce95c28 /app-text/a2ps/files | |
parent | Manifest fix-up. (diff) | |
download | gentoo-2-09e3b63e4853d7d517d0631efa30a3fc302d2e48.tar.gz gentoo-2-09e3b63e4853d7d517d0631efa30a3fc302d2e48.tar.bz2 gentoo-2-09e3b63e4853d7d517d0631efa30a3fc302d2e48.zip |
Fixed a bug with USE="-nls", closing Bug #29732
Diffstat (limited to 'app-text/a2ps/files')
-rw-r--r-- | app-text/a2ps/files/a2ps-4.13c-locale-gentoo.diff | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-text/a2ps/files/a2ps-4.13c-locale-gentoo.diff b/app-text/a2ps/files/a2ps-4.13c-locale-gentoo.diff new file mode 100644 index 000000000000..0b59956ebc05 --- /dev/null +++ b/app-text/a2ps/files/a2ps-4.13c-locale-gentoo.diff @@ -0,0 +1,25 @@ +diff -urN a2ps-4.13.ORIG/config.h.in a2ps-4.13/config.h.in +--- a2ps-4.13.ORIG/config.h.in 2003-09-27 19:33:38.000000000 +0900 ++++ a2ps-4.13/config.h.in 2003-09-27 21:25:46.000000000 +0900 +@@ -181,6 +181,9 @@ + /* Define to 1 if you have the `rename' function. */ + #undef HAVE_RENAME + ++/* Define to 1 if you have the <locale.h> header file. */ ++#undef HAVE_LOCALE_H ++ + /* Define to 1 if you have the `setlocale' function. */ + #undef HAVE_SETLOCALE + +diff -urN a2ps-4.13.ORIG/configure.in a2ps-4.13/configure.in +--- a2ps-4.13.ORIG/configure.in 2003-09-27 19:33:38.000000000 +0900 ++++ a2ps-4.13/configure.in 2003-09-27 21:26:05.000000000 +0900 +@@ -71,7 +71,7 @@ + AC_HEADER_DIRENT + AC_CHECK_HEADERS(sys/time.h sys/stat.h sys/types.h sys/ioctl.h \ + math.h string.h strings.h stdlib.h unistd.h stdarg.h pwd.h malloc.h \ +- memory.h errno.h fcntl.h stdbool.h fnmatch.h) ++ memory.h errno.h fcntl.h stdbool.h fnmatch.h locale.h) + + ## --------------------- ## + ## Checks for typedefs. ## |