popt-1.14_no-wchar.patch 407 B

123456789101112
  1. diff -ru popt-1.14_vanilla/popthelp.c popt-1.14_no-wchar/popthelp.c
  2. --- popt-1.14_vanilla/popthelp.c 2008-03-27 17:33:08.000000000 +0000
  3. +++ popt-1.14_no-wchar/popthelp.c 2008-04-10 05:44:43.000000000 +0000
  4. @@ -15,7 +15,7 @@
  5. #include <sys/ioctl.h>
  6. #endif
  7. -#define POPT_WCHAR_HACK
  8. +/* #define POPT_WCHAR_HACK */
  9. #ifdef POPT_WCHAR_HACK
  10. #include <wchar.h> /* for mbsrtowcs */
  11. /*@access mbstate_t @*/