]> git.pld-linux.org Git - packages/popt.git/blame - popt-diet.patch
- added am patch (workaround for recent automake versions)
[packages/popt.git] / popt-diet.patch
CommitLineData
de4ca40b
JR
1--- popt-1.14/popthelp.c~ 2008-03-27 18:33:08.000000000 +0100
2+++ popt-1.14/popthelp.c 2009-03-18 15:31:07.000000000 +0100
3@@ -22,6 +22,10 @@
4 #endif
5 #include "poptint.h"
6
7+#ifdef __dietlibc__
8+#include <termios.h>
9+#endif
10+
11 /*@access poptContext@*/
12
13 /**
This page took 0.095155 seconds and 4 git commands to generate.