]> git.pld-linux.org Git - packages/popt.git/blame - popt-diet.patch
- updated to 1.18 (back from rpm.org)
[packages/popt.git] / popt-diet.patch
CommitLineData
e5f6b7e2
JB
1--- popt-1.18/src/popthelp.c.orig 2021-03-10 19:12:18.753352430 +0100
2+++ popt-1.18/src/popthelp.c 2021-03-10 19:15:01.942468359 +0100
3@@ -13,6 +13,9 @@
4 #define POPT_USE_TIOCGWINSZ
5 #ifdef POPT_USE_TIOCGWINSZ
6 #include <sys/ioctl.h>
de4ca40b
JR
7+#ifdef __dietlibc__
8+#include <termios.h>
9+#endif
e5f6b7e2 10 #endif
de4ca40b 11
e5f6b7e2 12 #define POPT_WCHAR_HACK
This page took 0.032863 seconds and 4 git commands to generate.