diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-03-12 08:24:17 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-03-12 08:24:17 +0000 |
commit | 9d8f3958f9d205301a2ab21c5183138612419034 (patch) | |
tree | 1ced6bf259d29006fc25f0bd16dfe2679db68cec /graphics/mesa-demos | |
parent | eeb148cea672ba2f08f7c8959ca5d816ecf94112 (diff) | |
download | ports-9d8f3958f9d205301a2ab21c5183138612419034.tar.gz ports-9d8f3958f9d205301a2ab21c5183138612419034.zip |
Notes
Diffstat (limited to 'graphics/mesa-demos')
-rw-r--r-- | graphics/mesa-demos/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/mesa-demos/Makefile b/graphics/mesa-demos/Makefile index 70af6e970155..e7a3673dcd14 100644 --- a/graphics/mesa-demos/Makefile +++ b/graphics/mesa-demos/Makefile @@ -40,6 +40,8 @@ do-install: .include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" .include <bsd.port.pre.mk> +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" .if defined(WITH_NVIDIA_GL) CFLAGS+= -DWITH_NVIDIA_GL=1 |