1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/emulators/snes9x/files/patch-3d.h
Brian Feldman 24830960a1 Update to Snes9x version 1.41-1, courtesy HIYAMA Takeshi-san.
Submitted by:	HIYAMA Takeshi <hymtk7@yahoo.co.jp>
2003-10-20 04:20:31 +00:00

12 lines
231 B
C

--- 3d.h.orig Wed Aug 13 06:27:16 2003
+++ 3d.h Fri Sep 12 00:05:49 2003
@@ -80,7 +80,7 @@
#include <GL/gl.h>
#include <GL/glu.h>
-#ifdef __linux__
+#if defined(__linux__) || defined(__FreeBSD__)
#include <GL/glx.h>
#endif