summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/sdl12/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile
index 975a93c85c00..a23e0b87cdbb 100644
--- a/devel/sdl12/Makefile
+++ b/devel/sdl12/Makefile
@@ -26,7 +26,8 @@ CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --enable-video-aalib \
--disable-arts \
- --disable-nas
+ --disable-nas \
+ --disable-joystick
CFLAGS+= ${PTHREAD_CFLAGS}