summaryrefslogtreecommitdiff
path: root/x11-fm/fsv
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-05 16:50:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-05 16:50:37 +0000
commite54ad5816b075f2e1e447988166d9d99a6205e9c (patch)
treee0c424081a714c574782191a28e80957d3bd48c1 /x11-fm/fsv
parentDon't hardcode Python version. (diff)
Unbroke with threaded Mesa.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=43536
Diffstat (limited to 'x11-fm/fsv')
-rw-r--r--x11-fm/fsv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/fsv/Makefile b/x11-fm/fsv/Makefile
index 1f2090c177fd..a7bbd3207aa4 100644
--- a/x11-fm/fsv/Makefile
+++ b/x11-fm/fsv/Makefile
@@ -19,7 +19,7 @@ USE_MESA= yes
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
.include <bsd.port.mk>