diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-05 16:50:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-05 16:50:37 +0000 |
commit | e54ad5816b075f2e1e447988166d9d99a6205e9c (patch) | |
tree | e0c424081a714c574782191a28e80957d3bd48c1 /x11-fm | |
parent | 8b77d27b2d81946b49b71fb032b0599c62f8b075 (diff) | |
download | ports-e54ad5816b075f2e1e447988166d9d99a6205e9c.tar.gz ports-e54ad5816b075f2e1e447988166d9d99a6205e9c.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/fsv/Makefile | 4 |
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> |