summaryrefslogtreecommitdiff
path: root/graphics/linux_mesa3/files
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-02-20 10:31:07 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-02-20 10:31:07 +0000
commit6efd914447a449a255c8c0db81af3169d49ef70e (patch)
tree9d98e72eb61c6be35eca68f0750ee7cb9ef44b4a /graphics/linux_mesa3/files
parentDocumentation tarball was rerolled, new docs were added. (diff)
- Use a binary RPM of Mesa v3 instead of building it from source:
* get's rid of the linux_devtools dependency * fixes the conflicts seen at deinstall time on pointyhat - correct the paths for the GL/GLU libs in the dependencies (the RPM installs the mesa libs to .../lib/ instead to .../X11R6/lib/) Nagging by: pointyhat
Notes
Notes: svn path=/head/; revision=129352
Diffstat (limited to 'graphics/linux_mesa3/files')
-rw-r--r--graphics/linux_mesa3/files/patch-aa12
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}