diff options
author | Nigel Kukard <nkukard@lbsd.net> | 2008-04-12 09:51:21 +0000 |
---|---|---|
committer | Nigel Kukard <nkukard@lbsd.net> | 2008-04-12 09:51:21 +0000 |
commit | 9fadf8ade54a79427a8ac712e9de974c77bf02fc (patch) | |
tree | afa07d5fc02c38e9724bcdc2ab92ae579eb73ce5 /package/popt/popt-1.14_no-wchar.patch | |
parent | d114386c45ca4ae4009dd8b5cee181370ff0f814 (diff) | |
download | buildroot-novena-9fadf8ade54a79427a8ac712e9de974c77bf02fc.tar.gz buildroot-novena-9fadf8ade54a79427a8ac712e9de974c77bf02fc.zip |
* Added popt
Diffstat (limited to 'package/popt/popt-1.14_no-wchar.patch')
-rw-r--r-- | package/popt/popt-1.14_no-wchar.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/popt/popt-1.14_no-wchar.patch b/package/popt/popt-1.14_no-wchar.patch new file mode 100644 index 000000000..161165e72 --- /dev/null +++ b/package/popt/popt-1.14_no-wchar.patch @@ -0,0 +1,12 @@ +diff -ru popt-1.14_vanilla/popthelp.c popt-1.14_no-wchar/popthelp.c +--- popt-1.14_vanilla/popthelp.c 2008-03-27 17:33:08.000000000 +0000 ++++ popt-1.14_no-wchar/popthelp.c 2008-04-10 05:44:43.000000000 +0000 +@@ -15,7 +15,7 @@ + #include <sys/ioctl.h> + #endif + +-#define POPT_WCHAR_HACK ++/* #define POPT_WCHAR_HACK */ + #ifdef POPT_WCHAR_HACK + #include <wchar.h> /* for mbsrtowcs */ + /*@access mbstate_t @*/ |