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-SAM.cpp | |
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-SAM.cpp')
-rw-r--r-- | emulators/frodo/files/patch-SAM.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/frodo/files/patch-SAM.cpp b/emulators/frodo/files/patch-SAM.cpp index c1c814fd4349..69cd5648f962 100644 --- a/emulators/frodo/files/patch-SAM.cpp +++ b/emulators/frodo/files/patch-SAM.cpp @@ -1,6 +1,6 @@ ---- SAM.cpp.orig Sat Nov 30 01:25:40 2002 -+++ SAM.cpp Sat Nov 30 01:26:38 2002 -@@ -205,7 +205,7 @@ +--- SAM.cpp.orig 2002-01-02 21:20:16 UTC ++++ SAM.cpp +@@ -205,7 +205,7 @@ static const char adr_length[] = {1, 1, // Prototypes static void error(char *s); @@ -9,7 +9,7 @@ static void init_abort(void); static void exit_abort(void); static bool aborted(void); -@@ -470,7 +470,7 @@ +@@ -470,7 +470,7 @@ static bool WasAborted; struct sigaction my_sa; #endif |