1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/games/newvox/files/patch-aa
Kris Kennaway a0c139383d Add voxel-1.0
Voxel-style landscape rendering.  Move around the landscape
by using the arrow keys.

Obtained from:	OpenBSD
2001-08-23 12:28:12 +00:00

21 lines
375 B
Plaintext

--- configure.orig Thu Aug 23 05:17:29 2001
+++ configure Thu Aug 23 05:19:36 2001
@@ -1112,7 +1112,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <SDL/SDL.h>
+#include <SDL.h>
char*
my_strdup (char *str)
@@ -1205,7 +1205,7 @@
#include "confdefs.h"
#include <stdio.h>
-#include <SDL/SDL.h>
+#include <SDL.h>
int main() {
return 0;