X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-repos%2Fpackages.git;a=blobdiff_plain;f=demian%2Fxscreensaver%2Fglx_qd-fix.patch;fp=demian%2Fxscreensaver%2Fglx_qd-fix.patch;h=c018b2e80afce65e53b06650e33264c4a0a7f2ff;hp=0000000000000000000000000000000000000000;hb=f0cf5d9bdce8c606167c114b5ba06792a200b957;hpb=19e8a11f5a1789f804a1b0cb43b1d0c34bf5916c diff --git a/demian/xscreensaver/glx_qd-fix.patch b/demian/xscreensaver/glx_qd-fix.patch new file mode 100755 index 0000000..c018b2e --- /dev/null +++ b/demian/xscreensaver/glx_qd-fix.patch @@ -0,0 +1,174 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/x11/xscreensaver/glx_qd-fix.patch +# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. A copy of the GNU General Public +# License can be found at Documentation/COPYING. +# +# Many people helped and are helping developing ROCK Linux. Please +# have a look at http://www.rocklinux.org/ and the Documentation/TEAM +# file for details. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +--- ./hacks/glx/cage.c.orig Sun Jan 3 20:25:20 1999 ++++ ./hacks/glx/cage.c Thu Oct 21 08:44:35 1999 +@@ -94,6 +94,8 @@ + + #ifdef USE_GL + ++#define APIENTRY ++#define CALLBACK + + #include + #include "e_textures.h" +--- ./hacks/glx/moebius.c.orig Sun Jan 3 20:26:57 1999 ++++ ./hacks/glx/moebius.c Thu Oct 21 08:59:42 1999 +@@ -94,6 +94,8 @@ + + #ifdef USE_GL + ++#define APIENTRY ++#define CALLBACK + + #include + #include "e_textures.h" +--- ./hacks/glx/pipes.c.orig Thu Oct 21 09:00:14 1999 ++++ ./hacks/glx/pipes.c Thu Oct 21 09:00:25 1999 +@@ -69,6 +69,9 @@ + + #ifdef USE_GL + ++#define APIENTRY ++#define CALLBACK ++ + #include + #include "buildlwo.h" + +--- ./hacks/glx/buildlwo.c.orig Thu Oct 21 09:00:50 1999 ++++ ./hacks/glx/buildlwo.c Thu Oct 21 09:01:01 1999 +@@ -23,6 +23,9 @@ + + #ifdef USE_GL + ++#define APIENTRY ++#define CALLBACK ++ + #ifdef STANDALONE + #include + #endif +--- ./hacks/glx/sproingies.c.orig Thu Oct 21 09:01:27 1999 ++++ ./hacks/glx/sproingies.c Thu Oct 21 09:01:43 1999 +@@ -33,6 +33,9 @@ + + #ifdef USE_GL + ++#define APIENTRY ++#define CALLBACK ++ + #include + #include + #include "buildlwo.h" +--- ./hacks/glx/sproingiewrap.c.orig Thu Oct 21 09:01:57 1999 ++++ ./hacks/glx/sproingiewrap.c Thu Oct 21 09:02:17 1999 +@@ -84,6 +84,9 @@ + + #define MINSIZE 32 + ++#define APIENTRY ++#define CALLBACK ++ + #include + #include + +--- ./hacks/glx/stairs.c.orig Thu Oct 21 09:02:42 1999 ++++ ./hacks/glx/stairs.c Thu Oct 21 09:02:55 1999 +@@ -76,6 +76,9 @@ + + #ifdef USE_GL + ++#define APIENTRY ++#define CALLBACK ++ + #include + #include "e_textures.h" + +--- ./hacks/glx/superquadrics.c.orig Thu Oct 21 09:03:11 1999 ++++ ./hacks/glx/superquadrics.c Thu Oct 21 09:03:26 1999 +@@ -130,6 +130,9 @@ + + #endif + ++#define APIENTRY ++#define CALLBACK ++ + #include + + #define MaxRes 50 +--- ./hacks/glx/atlantis.c.orig Thu Oct 21 09:03:56 1999 ++++ ./hacks/glx/atlantis.c Thu Oct 21 09:04:11 1999 +@@ -116,6 +116,9 @@ + + #ifdef USE_GL + ++#define APIENTRY ++#define CALLBACK ++ + #include "atlantis.h" + #include + +--- ./hacks/glx/bubble3d.h.orig Thu Oct 21 09:05:49 1999 ++++ ./hacks/glx/bubble3d.h Thu Oct 21 09:06:02 1999 +@@ -12,6 +12,9 @@ + # include "xlock.h" /* from the xlockmore distribution */ + #endif /* !STANDALONE */ + ++#define APIENTRY ++#define CALLBACK ++ + #include + #include + +--- ./hacks/glx/glplanet.c.orig Thu Oct 21 09:06:32 1999 ++++ ./hacks/glx/glplanet.c Thu Oct 21 09:06:48 1999 +@@ -93,6 +93,8 @@ + # endif /* VMS */ + #endif + ++#define APIENTRY ++#define CALLBACK + + #include + +--- ./hacks/glx/pulsar.c.orig Thu Oct 21 09:07:10 1999 ++++ ./hacks/glx/pulsar.c Thu Oct 21 09:07:26 1999 +@@ -87,6 +87,8 @@ + # endif /* VMS */ + #endif + ++#define APIENTRY ++#define CALLBACK + + #include + #include +--- ./hacks/glx/sierpinski3d.c.orig Sat Nov 13 22:24:17 1999 ++++ ./hacks/glx/sierpinski3d.c Fri Nov 26 07:38:10 1999 +@@ -81,6 +81,9 @@ + + static gasketstruct *gasket = NULL; + ++#define APIENTRY ++#define CALLBACK ++ + #include + + /* static GLuint limit; */