diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-06-06 00:50:37 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-06-06 00:50:37 +0800 |
commit | c597f7c58548aab5df21fcac80e2aa5da8ef7147 (patch) | |
tree | 99e972696e9f2e71f54f83265a7ec98a5e9d9093 /x11-fm/fsv | |
parent | 8d511bc9190f98478a1c37644c685f3f7565ef33 (diff) | |
download | freebsd-ports-gnome-c597f7c58548aab5df21fcac80e2aa5da8ef7147.tar.gz freebsd-ports-gnome-c597f7c58548aab5df21fcac80e2aa5da8ef7147.tar.zst freebsd-ports-gnome-c597f7c58548aab5df21fcac80e2aa5da8ef7147.zip |
Unbroke with threaded Mesa.
Submitted by: bento
Diffstat (limited to 'x11-fm/fsv')
-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> |