use <SDL.h> not <SDL/SDL.h> which is proper and needed for upcoming sdl update
This commit is contained in:
parent
62203a9228
commit
7f9cae639a
12
games/fire/patches/patch-configure
Normal file
12
games/fire/patches/patch-configure
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2002/11/29 04:42:44 pvalchev Exp $
|
||||
--- configure.orig Thu Nov 28 21:34:03 2002
|
||||
+++ configure Thu Nov 28 21:34:04 2002
|
||||
@@ -1112,7 +1112,7 @@ else
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
-#include <SDL/SDL.h>
|
||||
+#include <SDL.h>
|
||||
|
||||
char*
|
||||
my_strdup (char *str)
|
@ -1,6 +1,15 @@
|
||||
$OpenBSD: patch-gemdropx_c,v 1.1.1.1 2001/09/02 05:01:53 pvalchev Exp $
|
||||
$OpenBSD: patch-gemdropx_c,v 1.2 2002/11/29 04:42:44 pvalchev Exp $
|
||||
--- gemdropx.c.orig Tue Dec 28 02:54:17 1999
|
||||
+++ gemdropx.c Sat Sep 1 22:46:35 2001
|
||||
+++ gemdropx.c Thu Nov 28 21:36:42 2002
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
-#include <SDL/SDL.h>
|
||||
+#include <SDL.h>
|
||||
|
||||
#ifndef NOJOYSTICK
|
||||
#include <sys/stat.h>
|
||||
@@ -36,7 +36,7 @@
|
||||
#endif
|
||||
|
||||
|
12
games/newvox/patches/patch-configure
Normal file
12
games/newvox/patches/patch-configure
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2002/11/29 04:42:44 pvalchev Exp $
|
||||
--- configure.orig Thu Nov 28 21:34:38 2002
|
||||
+++ configure Thu Nov 28 21:34:42 2002
|
||||
@@ -1112,7 +1112,7 @@ else
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
-#include <SDL/SDL.h>
|
||||
+#include <SDL.h>
|
||||
|
||||
char*
|
||||
my_strdup (char *str)
|
Loading…
x
Reference in New Issue
Block a user