use <SDL.h> not <SDL/SDL.h> which is proper and needed for upcoming sdl update

This commit is contained in:
pvalchev 2002-11-29 04:42:44 +00:00
parent 62203a9228
commit 7f9cae639a
3 changed files with 35 additions and 2 deletions

View 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)

View File

@ -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.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 @@ @@ -36,7 +36,7 @@
#endif #endif

View 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)