freebsd-ports/emulators/frodo/files/patch-sysdeps.h
Dirk Meyer 8dba87b4b3 - let configure pick up sdl
- make portlint happier
2017-02-09 08:12:10 +00:00

13 lines
230 B
C

--- sysdeps.h.orig 2002-01-02 21:15:27 UTC
+++ sysdeps.h
@@ -25,8 +25,10 @@ extern "C"
#endif
#ifdef HAVE_VALUES_H
+#if !defined(__FreeBSD__)
#include <values.h>
#endif
+#endif
#ifdef HAVE_STRINGS_H
#include <strings.h>