mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
a002bdfd0b
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)
16 lines
379 B
Plaintext
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
|
|
|
|
|
|
|