diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-02-20 10:31:07 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-02-20 10:31:07 +0000 |
commit | 6efd914447a449a255c8c0db81af3169d49ef70e (patch) | |
tree | 9d98e72eb61c6be35eca68f0750ee7cb9ef44b4a /graphics/linux_mesa3/files | |
parent | 1110c09a86b325c1939d4fea9c788c7c5d6bb10f (diff) |
Notes
Diffstat (limited to 'graphics/linux_mesa3/files')
-rw-r--r-- | graphics/linux_mesa3/files/patch-aa | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/linux_mesa3/files/patch-aa b/graphics/linux_mesa3/files/patch-aa deleted file mode 100644 index 18adc1a85c27..000000000000 --- a/graphics/linux_mesa3/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig Fri May 18 10:51:10 2001 -+++ configure Fri May 18 10:52:30 2001 -@@ -823,9 +823,9 @@ - MESA_MAJOR=3 - MESA_MINOR=4 - MESA_TINY=2 --LIBGL_VERSION=1:2:0${MESA_MAJOR}0${MESA_MINOR}0${MESA_TINY} --LIBGLU_VERSION=1:1:0${MESA_MAJOR}0${MESA_MINOR}0${MESA_TINY} --LIBGLUT_VERSION=3:7:0 -+LIBGL_VERSION=${GL_MAJOR_VER}:${GL_MINOR_VER} -+LIBGLU_VERSION=${GL_MAJOR_VER}:${GL_MINOR_VER} -+LIBGLUT_VERSION=${GLUT_MAJOR_VER}:${GLUT_MINOR_VER} |