1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/emulators/dgen-sdl/files/patch-configure
Maxim Sobolev 39dd2dc01f Update to 1.22.
Submitted by:	Joe Groff <joe@pknet.com> (author of dgen-sdl)
2001-02-23 17:54:29 +00:00

24 lines
376 B
Plaintext

$FreeBSD$
--- configure 2001/02/23 11:37:15 1.1
+++ configure 2001/02/23 11:37:28
@@ -1779,7 +1779,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <SDL/SDL.h>
+#include <SDL.h>
char*
my_strdup (char *str)
@@ -1872,7 +1872,7 @@
#include "confdefs.h"
#include <stdio.h>
-#include <SDL/SDL.h>
+#include <SDL.h>
int main() {
return 0;