ports/x11-clocks/glclock/files/patch-GLObject.H
Kurt Jaeger 8045c1ff70 x11-clocks/glclock: Removed -fforce-mem -fforce-addr to fix build with clang
- make patches conform to recommended format (makepatch)

PR:		209399
Submitted by:	yuri@rawbw.com
2016-05-09 18:38:47 +00:00

11 lines
226 B
C

--- GLObject.H.orig 2000-06-22 14:36:07 UTC
+++ GLObject.H
@@ -11,7 +11,7 @@
#pragma warning(disable : 4051) // ALPHA
#endif
-#include <iostream.h>
+#include <iostream>
#include "GLextensions.H"
#include "PnmIO.H"