summaryrefslogtreecommitdiffstats
path: root/games/openjazz/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/openjazz/Makefile')
-rw-r--r--games/openjazz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openjazz/Makefile b/games/openjazz/Makefile
index ecdad8d..e5cd130 100644
--- a/games/openjazz/Makefile
+++ b/games/openjazz/Makefile
@@ -25,7 +25,7 @@ USE_SDL= sdl
CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` \
-DDATAPATH=\\\"${DATADIR}/\\\" -DHOMEDIR
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} `${SDL_CONFIG} --libs`
+LDFLAGS+= -lpthread -L${LOCALBASE}/lib `${SDL_CONFIG} --libs`
SUB_FILES= pkg-message
OpenPOWER on IntegriCloud