diff options
Diffstat (limited to 'graphics/glide3/files/patch-h5-glfb_c')
-rw-r--r-- | graphics/glide3/files/patch-h5-glfb_c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/glide3/files/patch-h5-glfb_c b/graphics/glide3/files/patch-h5-glfb_c new file mode 100644 index 000000000000..b39d81d56ed2 --- /dev/null +++ b/graphics/glide3/files/patch-h5-glfb_c @@ -0,0 +1,11 @@ +--- h5/glide3/src/glfb.c.orig Fri May 10 17:43:21 2002 ++++ h5/glide3/src/glfb.c Fri May 10 17:43:36 2002 +@@ -700,7 +700,7 @@ + } + #endif + else { +-#ifdef defined(DRI_BUILD) ++#if defined(DRI_BUILD) + /* + * For Linux, we just return the correct address and + * stride. |