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-Display.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-Display.h')
-rw-r--r-- | emulators/frodo/files/patch-Display.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/frodo/files/patch-Display.h b/emulators/frodo/files/patch-Display.h index a81ab61245ba..5f6228cfd321 100644 --- a/emulators/frodo/files/patch-Display.h +++ b/emulators/frodo/files/patch-Display.h @@ -1,6 +1,6 @@ ---- Display.h.orig Sat Nov 30 01:14:14 2002 -+++ Display.h Sat Nov 30 01:14:37 2002 -@@ -112,7 +112,7 @@ +--- Display.h.orig 2002-01-02 21:31:34 UTC ++++ Display.h +@@ -121,7 +121,7 @@ private: #ifdef __unix void draw_led(int num, int state); // Draw one LED |