summaryrefslogtreecommitdiffstats
path: root/games/heroes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/heroes/Makefile')
-rw-r--r--games/heroes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/heroes/Makefile b/games/heroes/Makefile
index 128aca6..47d4a87 100644
--- a/games/heroes/Makefile
+++ b/games/heroes/Makefile
@@ -42,8 +42,8 @@ OPTIMIZED_CFLAGS_CONFIGURE_ENABLE= optimizations
INFO= heroes
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib -lsmpeg -lm ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -lpthread -L${LOCALBASE}/lib -lsmpeg -lm
post-patch:
@for dir in ${DATASRC} ${SOUNDSRC} ${MUSICSRC}; do \
OpenPOWER on IntegriCloud