1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/www/vrweb/files/patch-ae
Matthew Hunt 1c20b83c8c Patches from maintainer to make the port non-BROKEN.
PR:		6392
Submitted by:	Yukihiro Nakai <nakai@apricot.astec.co.jp>
1998-04-23 16:50:43 +00:00

14 lines
417 B
Plaintext

--- src/harmony/scene/mesacontext.C.orig Thu Apr 23 16:08:17 1998
+++ src/harmony/scene/mesacontext.C Thu Apr 23 16:08:47 1998
@@ -95,8 +95,8 @@
#include <IV-X11/Xdefs.h> /* Display, Font of X11 */
/* include <mesa/GL/xmesa.h> */
-#include <mesa/GL/glx.h>
-#include <mesa/GL/glu.h>
+#include <GL/glx.h>
+#include <GL/glu.h>
#include <IV-X11/Xundefs.h> /* get back to IV's names */
#include <iostream.h>