aboutsummaryrefslogtreecommitdiff
path: root/games/heretic
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 23:00:50 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 23:00:50 +0000
commit796464350e220b5f8fb7b035965a87dc63824a14 (patch)
tree2f9cd8c0a819b520aa1b353994707173199cca50 /games/heretic
parentdc0d875fdf2d87fbc8b213bfb65fa3db85a197bc (diff)
downloadports-796464350e220b5f8fb7b035965a87dc63824a14.tar.gz
ports-796464350e220b5f8fb7b035965a87dc63824a14.zip
games category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382275
Diffstat (limited to 'games/heretic')
-rw-r--r--games/heretic/Makefile1
-rw-r--r--games/heretic/files/patch-Makefile4
2 files changed, 2 insertions, 3 deletions
diff --git a/games/heretic/Makefile b/games/heretic/Makefile
index 32de99c1033b..bc59531113fb 100644
--- a/games/heretic/Makefile
+++ b/games/heretic/Makefile
@@ -14,7 +14,6 @@ COMMENT= Unix source-port of the famous Heretic game by id Software
USES= gmake
USE_XORG= x11 xi xpm xau
-MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS}
OPTIONS_DEFINE= WAD DOCS
OPTIONS_SINGLE= SG1
diff --git a/games/heretic/files/patch-Makefile b/games/heretic/files/patch-Makefile
index 8792e863ff8f..a7deddb7ff94 100644
--- a/games/heretic/files/patch-Makefile
+++ b/games/heretic/files/patch-Makefile
@@ -72,11 +72,11 @@
X11LIBS = -lXext -lX11
-GLLIBS = -lSDL -lpthread
-+GLLIBS = `${SDL_CONFIG} --libs` ${PTHREAD_LIBS}
++GLLIBS = `${SDL_CONFIG} --libs` -lpthread
GGILIBS = -lggi -lm
VGALIBS = -lvga
-SDLLIBS = -lSDL -lpthread
-+SDLLIBS = `${SDL_CONFIG} --libs` ${PTHREAD_LIBS}
++SDLLIBS = `${SDL_CONFIG} --libs` -lpthread
OBJS = am_map.o ct_chat.o d_main.o d_net.o f_finale.o g_game.o \
p_ceilng.o p_doors.o p_enemy.o p_floor.o p_inter.o p_lights.o \