1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/Mesa3/files/patch-aa
Maxim Sobolev a002bdfd0b Update to 3.2.1 and make it working on XFree86-4.
On XFree86-4 the port builds/installs only GLU and glut libraries and associated
includes, so GL applications have a chance to use GL library provided by the
XFree itself. Please don't forget to set XFREE86_VERSION=4 in your make.conf
if you are building it with XFee86-4.

Approved by:	jseger (previous maintainer)
2000-08-24 09:53:11 +00:00

16 lines
379 B
Plaintext

--- configure.orig Thu Jul 20 18:25:10 2000
+++ configure Thu Aug 24 11:34:45 2000
@@ -822,9 +822,9 @@
MESA_MAJOR=3
MESA_MINOR=2
MESA_TINY=1
-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=${GLVER}:0
+LIBGLU_VERSION=${GLVER}:0
+LIBGLUT_VERSION=${GLUTVER}:0