]> git.pld-linux.org Git - packages/popt.git/commitdiff
- dietlibc needs termios.h
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 18 Mar 2009 15:32:24 +0000 (15:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    popt-diet.patch -> 1.1

popt-diet.patch [new file with mode: 0644]

diff --git a/popt-diet.patch b/popt-diet.patch
new file mode 100644 (file)
index 0000000..96ba4ec
--- /dev/null
@@ -0,0 +1,13 @@
+--- popt-1.14/popthelp.c~      2008-03-27 18:33:08.000000000 +0100
++++ popt-1.14/popthelp.c       2009-03-18 15:31:07.000000000 +0100
+@@ -22,6 +22,10 @@
+ #endif
+ #include "poptint.h"
++#ifdef __dietlibc__
++#include <termios.h>
++#endif
++
+ /*@access poptContext@*/
+ /**
This page took 0.112822 seconds and 4 git commands to generate.