From a002bdfd0b20d32b15bf933808a9fb9ee38e79c0 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 24 Aug 2000 09:53:11 +0000 Subject: 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) --- graphics/Mesa3/files/patch-aa | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'graphics/Mesa3/files/patch-aa') diff --git a/graphics/Mesa3/files/patch-aa b/graphics/Mesa3/files/patch-aa index 0c4ebf03a0fa..335bb2418f85 100644 --- a/graphics/Mesa3/files/patch-aa +++ b/graphics/Mesa3/files/patch-aa @@ -1,11 +1,11 @@ ---- configure.orig Mon Apr 24 09:53:56 2000 -+++ configure Tue Apr 25 10:51:16 2000 -@@ -817,9 +817,9 @@ +--- 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=0 + MESA_TINY=1 -LIBGL_VERSION=1:2:0${MESA_MAJOR}0${MESA_MINOR}0${MESA_TINY} --LIBGLU_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 -- cgit v1.2.3