aboutsummaryrefslogtreecommitdiff
path: root/games/pinball/files
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-24 23:05:18 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-24 23:05:18 +0000
commitd160c9a8010680f4c17aebc93741c66663b5686a (patch)
tree51ed660701076ab1eff467e36d209e0493483673 /games/pinball/files
parent900b9ecc3a335933400e62583a5be2e56d258f1d (diff)
downloadports-d160c9a8010680f4c17aebc93741c66663b5686a.tar.gz
ports-d160c9a8010680f4c17aebc93741c66663b5686a.zip
Notes
Diffstat (limited to 'games/pinball/files')
-rw-r--r--games/pinball/files/patch-base_TextureUtil.cpp11
-rw-r--r--games/pinball/files/patch-configure48
2 files changed, 59 insertions, 0 deletions
diff --git a/games/pinball/files/patch-base_TextureUtil.cpp b/games/pinball/files/patch-base_TextureUtil.cpp
new file mode 100644
index 000000000000..7cf753859d14
--- /dev/null
+++ b/games/pinball/files/patch-base_TextureUtil.cpp
@@ -0,0 +1,11 @@
+--- ./base/TextureUtil.cpp.orig Fri Nov 1 14:49:57 2002
++++ ./base/TextureUtil.cpp Mon Nov 11 01:27:54 2002
+@@ -18,7 +18,7 @@
+ #if EM_DEBUG
+ #include <GL/glu.h>
+ #endif
+-#include <SDL/SDL.h>
++#include <SDL.h>
+ #include <SDL_image.h>
+
+ extern "C" {
diff --git a/games/pinball/files/patch-configure b/games/pinball/files/patch-configure
new file mode 100644
index 000000000000..706ad7313a1a
--- /dev/null
+++ b/games/pinball/files/patch-configure
@@ -0,0 +1,48 @@
+--- configure.orig Wed Nov 6 12:03:53 2002
++++ configure Mon Nov 11 00:39:54 2002
+@@ -713,8 +713,8 @@
+
+
+
+-CFLAGS="-g -W -Wall -O2"
+-CXXFLAGS="-g -W -Wall -O2"
++#CFLAGS="-g -W -Wall -O2"
++#CXXFLAGS="-g -W -Wall -O2"
+
+ SDL_VERSION=1.2.0
+ ALLEGRO_VERSION=4.0.0
+@@ -5599,7 +5599,7 @@
+ fi
+
+
+-if test x"$use_allegro" == "xno"; then
++if test x"$use_allegro" = xno; then
+
+ cat >> confdefs.h <<\EOF
+ #define EM_USE_SDL 1
+@@ -6997,7 +6997,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#include "allegro.h"
++#include <allegro.h>
+
+ char*
+ my_strdup (char *str)
+@@ -7092,7 +7092,7 @@
+ #include "confdefs.h"
+
+ #include <stdio.h>
+-#include "ALLEGRO.h"
++#include <allegro.h>
+
+ int main(int argc, char *argv[])
+ { return 0; }
+@@ -7225,6 +7225,7 @@
+ int main () { int i; for (i = 0; i < 256; i++)
+ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
+ exit (0); }
++END_OF_MAIN();
+
+ EOF
+ if { (eval echo configure:7231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null