SOURCES: xmoto-types.patch, xmoto-opt.patch - 0.1.7
wolf
wolf at pld-linux.org
Thu Oct 27 19:03:14 CEST 2005
Author: wolf Date: Thu Oct 27 17:03:14 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- 0.1.7
---- Files affected:
SOURCES:
xmoto-types.patch (1.2 -> 1.3) , xmoto-opt.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/xmoto-types.patch
diff -u SOURCES/xmoto-types.patch:1.2 SOURCES/xmoto-types.patch:1.3
--- SOURCES/xmoto-types.patch:1.2 Fri Oct 7 13:24:12 2005
+++ SOURCES/xmoto-types.patch Thu Oct 27 19:03:09 2005
@@ -1,15 +1,15 @@
-diff -ruN xmoto-0.1.6./src/VCommon.h xmoto-0.1.6/src/VCommon.h
---- xmoto-0.1.6./src/VCommon.h 2005-10-07 13:16:29.000000000 +0200
-+++ xmoto-0.1.6/src/VCommon.h 2005-10-07 13:18:46.341356000 +0200
+diff -ruN xmoto-0.1.7./src/VCommon.h xmoto-0.1.7/src/VCommon.h
+--- xmoto-0.1.7./src/VCommon.h 2005-10-27 17:06:43.000000000 +0200
++++ xmoto-0.1.7/src/VCommon.h 2005-10-27 18:55:43.047838250 +0200
@@ -37,10 +37,9 @@
-
- #include <GL/gl.h>
+
+ #include <GL/gl.h>
-#if defined(WIN32) && defined(_MSC_VER)
-- #define GL_GLEXT_PROTOTYPES 1
+- #define GL_GLEXT_PROTOTYPES 1
- #include "glext.h"
-#else
-+#define GL_GLEXT_PROTOTYPES 1
++#define GL_GLEXT_PROTOTYPES 1
+#include <GL/glext.h>
+#if !defined(GL_ARRAY_BUFFER_ARB)
/* This aren't elegant. It would be nicer to use glext.h, but I can't get
================================================================
Index: SOURCES/xmoto-opt.patch
diff -u SOURCES/xmoto-opt.patch:1.2 SOURCES/xmoto-opt.patch:1.3
--- SOURCES/xmoto-opt.patch:1.2 Fri Oct 7 14:07:22 2005
+++ SOURCES/xmoto-opt.patch Thu Oct 27 19:03:09 2005
@@ -1,12 +1,11 @@
-diff -ruN xmoto-0.1.6./Makefile.am xmoto-0.1.6/Makefile.am
---- xmoto-0.1.6./Makefile.am 2005-10-01 13:06:04.000000000 +0200
-+++ xmoto-0.1.6/Makefile.am 2005-10-07 13:45:57.986461750 +0200
-@@ -1,6 +1,6 @@
- INCLUDES = -Isrc
--CXXFLAGS = -w -O3 -DGAMEDATADIR=\"$(datadir)/@PACKAGE@\"
--CFLAGS = -w -O3 -DGAMEDATADIR=\"$(datadir)/@PACKAGE@\"
-+CXXFLAGS = -w $(OPTFLAGS) -DGAMEDATADIR=\"$(datadir)/@PACKAGE@\"
-+CFLAGS = -w $(OPTFLAGS) -DGAMEDATADIR=\"$(datadir)/@PACKAGE@\"
+diff -ruN xmoto-0.1.7./Makefile.am xmoto-0.1.7/Makefile.am
+--- xmoto-0.1.7./Makefile.am 2005-10-26 21:55:34.000000000 +0200
++++ xmoto-0.1.7/Makefile.am 2005-10-27 18:54:12.838200500 +0200
+@@ -1,5 +1,5 @@
+-CXXFLAGS = -DNOMMGR -w -O2 -DGAMEDATADIR=\"$(datadir)/@PACKAGE@\"
+-CFLAGS = -DNOMMGR -w -O2 -DGAMEDATADIR=\"$(datadir)/@PACKAGE@\"
++CXXFLAGS = -DNOMMGR -w $(OPTFLAGS) -DGAMEDATADIR=\"$(datadir)/@PACKAGE@\"
++CFLAGS = -DNOMMGR -w $(OPTFLAGS) -DGAMEDATADIR=\"$(datadir)/@PACKAGE@\"
SUBDIRS = bin
image_SOURCES = src/image/tim.cpp src/image/tim_io_stdio.cpp \
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/xmoto-types.patch?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/SOURCES/xmoto-opt.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list