aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdl10/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sdl10/Makefile')
-rw-r--r--devel/sdl10/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/sdl10/Makefile b/devel/sdl10/Makefile
index a86a566db247..308ed4c1bafd 100644
--- a/devel/sdl10/Makefile
+++ b/devel/sdl10/Makefile
@@ -23,7 +23,9 @@ USE_XLIB= yes
USE_ESOUND= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
-CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm"
+CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \
+ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
+ PTHREAD_LIBS="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --enable-video-svga
CFLAGS+= ${PTHREAD_CFLAGS}