aboutsummaryrefslogtreecommitdiff
path: root/games/cleanq3
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/cleanq3
parentdc0d875fdf2d87fbc8b213bfb65fa3db85a197bc (diff)
downloadports-796464350e220b5f8fb7b035965a87dc63824a14.tar.gz
ports-796464350e220b5f8fb7b035965a87dc63824a14.zip
Notes
Diffstat (limited to 'games/cleanq3')
-rw-r--r--games/cleanq3/Makefile2
-rw-r--r--games/cleanq3/files/patch-code-unix-Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/games/cleanq3/Makefile b/games/cleanq3/Makefile
index 17b64b1e8cec..b3d0331eae90 100644
--- a/games/cleanq3/Makefile
+++ b/games/cleanq3/Makefile
@@ -66,7 +66,7 @@ PLIST_SUB+= CLIENT="@comment "
.endif
.if ${PORT_OPTIONS:MSMP_CLIENT}
-MAKE_ENV+= SMP=YES PTHREAD_LIBS="${PTHREAD_LIBS}"
+MAKE_ENV+= SMP=YES
PLIST_SUB+= SMP_CLIENT=""
Q3BIN+= cleanq3-smp
.else
diff --git a/games/cleanq3/files/patch-code-unix-Makefile b/games/cleanq3/files/patch-code-unix-Makefile
index ca8955dff06a..e0065e05fec8 100644
--- a/games/cleanq3/files/patch-code-unix-Makefile
+++ b/games/cleanq3/files/patch-code-unix-Makefile
@@ -87,7 +87,7 @@
RANLIB=ranlib
-THREAD_LDFLAGS=-lpthread
-+THREAD_LDFLAGS=$(PTHREAD_LIBS)
++THREAD_LDFLAGS=-lpthread
# don't need -ldl (FreeBSD)
-LDFLAGS=-lm
+LDFLAGS+=-lm