updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / o2em / patch.diff
blobf4be4252d7c37eda05b5cc59720a3844fab7b56f
1 --- makefile.linux.orig 2008-11-09 03:18:21.000000000 +0100
2 +++ makefile.linux 2008-11-09 03:18:31.000000000 +0100
3 @@ -1,6 +1,6 @@
4 CC = gcc
6 -CFLAGS = -O3 -Wall -fomit-frame-pointer -I/usr/include
7 +CFLAGS += -Wall -fomit-frame-pointer -I/usr/include
8 LFLAGS = -s
9 LIBALLEG = /usr/lib/liballeg.so.4.2 -lalleg_unsharable
11 --- main.c.orig 2008-11-09 03:18:11.000000000 +0100
12 +++ main.c 2008-11-09 03:18:41.000000000 +0100
13 @@ -341,7 +341,7 @@
14 exit(EXIT_SUCCESS);
16 if (!strcmp(attr,"help")||!strcmp(attr,"HELP")) helpus();
17 -printf("type o2em -help");
18 +printf("type o2em -help\n");
19 exit(EXIT_SUCCESS);
21 END_OF_MAIN();
22 --- score.c.orig 2008-11-09 03:20:24.000000000 +0100
23 +++ score.c 2008-11-09 03:20:39.000000000 +0100
24 @@ -12,7 +12,8 @@
26 * Score loading/saving by manopac
30 +#include <errno.h>
31 #include <dirent.h>
32 #include <stdio.h>
33 #include <stdlib.h>