diff options
| author | Eric Anholt <anholt@FreeBSD.org> | 2002-06-07 06:12:02 +0000 |
|---|---|---|
| committer | Eric Anholt <anholt@FreeBSD.org> | 2002-06-07 06:12:02 +0000 |
| commit | 69705aa89e1409a4a263b0582e56ff6f5c49448a (patch) | |
| tree | b38a89d315fd9d0e8c7745a6fac42baf1f677caf /graphics/glide3/files/patch-h5-glfb_c | |
| parent | Sync with src/contrib/tar - re-enable --same-owner for uid 0. (diff) | |
Take maintainership of glide3, update to a more recent CVS snapshot,
fix automake troubles, include patches for several bugs.
Reviewed by: des
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=60748
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. |
