diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-09 08:12:10 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-09 08:12:10 +0000 |
commit | 8dba87b4b30ced89ea2cf2e196076e9f9e35c184 (patch) | |
tree | e2328b247f92a20d80c8a9cbc36f00c41154b185 /emulators/frodo/files/patch-sysdeps.h | |
parent | devel/py-xdg: limit to use python2 only, for python3 already exist devel/py3-... (diff) |
- let configure pick up sdl
- make portlint happier
Diffstat (limited to 'emulators/frodo/files/patch-sysdeps.h')
-rw-r--r-- | emulators/frodo/files/patch-sysdeps.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/frodo/files/patch-sysdeps.h b/emulators/frodo/files/patch-sysdeps.h index ee1b2d7efc31..5d7bdd0a327a 100644 --- a/emulators/frodo/files/patch-sysdeps.h +++ b/emulators/frodo/files/patch-sysdeps.h @@ -1,12 +1,13 @@ ---- sysdeps.h.orig Wed Jan 2 22:15:27 2002 -+++ sysdeps.h Fri Sep 5 21:24:44 2003 -@@ -25,7 +25,9 @@ +--- 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 ++#endif #ifdef HAVE_STRINGS_H + #include <strings.h> |