7ee87463a6
- Introduce OPTIONS (enable GUI, but disable graph rendering since `x11-toolkits/qwt5' is built with Qt Designer plugin by default, which pulls rather heavy `devel/qt4-designer' dependency) - Remove now-inaccurate pkg-message; please consult README instead - Get rid of pkg-plist and simplify port overall Feature safe: yes
10 lines
229 B
C
10 lines
229 B
C
--- src/misc.c.orig 2009-07-29 13:50:26.000000000 +0800
|
|
+++ src/misc.c 2010-06-22 11:18:50.000000000 +0800
|
|
@@ -31,6 +31,7 @@
|
|
*
|
|
*
|
|
*/
|
|
+#include <sys/types.h>
|
|
#include <config.h>
|
|
#include <string.h>
|
|
#include <stdio.h>
|