aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-27 03:38:35 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-27 03:38:35 +0000
commita11e2ffbeb05fe0cd38f1b61c1bcd042670d7914 (patch)
tree221fc0ff0b058647e558d2e221e9068ee03cd9c1 /graphics
parent1993ac41c0548d4476ea3d76050811bfd9afe674 (diff)
downloadports-a11e2ffbeb05fe0cd38f1b61c1bcd042670d7914.tar.gz
ports-a11e2ffbeb05fe0cd38f1b61c1bcd042670d7914.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/linux_mesa3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/linux_mesa3/Makefile b/graphics/linux_mesa3/Makefile
index 770da77ce400..4d70ca6f07d0 100644
--- a/graphics/linux_mesa3/Makefile
+++ b/graphics/linux_mesa3/Makefile
@@ -32,7 +32,9 @@ INSTALL= ${LINUXBASE}/usr/bin/install
GNU_CONFIGURE= yes
CONFIGURE_TARGET= #
-CONFIGURE_ARGS= --libdir="${PREFIX}/usr/X11R6/lib" \
+CONFIGURE_ARGS+= --x-libraries="${LINUXBASE}/usr/X11R6/lib" \
+ --x-includes="${LINUXBASE}/usr/X11R6/include" \
+ --libdir="${PREFIX}/usr/X11R6/lib" \
--includedir="${PREFIX}/usr/X11R6/include"
CONFIGURE_ENV= PATH="${LINUXBASE}/bin:${LINUXBASE}/usr/bin:${PATH}" \
GL_MAJOR_VER="${GL_MAJOR_VER}" \