aboutsummaryrefslogtreecommitdiffstats
path: root/cad/brlcad
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-02-07 22:57:49 +0800
committergahr <gahr@FreeBSD.org>2013-02-07 22:57:49 +0800
commit41a58f4e1885bda03c851ec5eeb46a0b2018fd34 (patch)
treee9433273f8212799f1369d579fb61a5ee351bcda /cad/brlcad
parent18feecf11aa7aebf13c924e5725f6b6bc6e1ca6f (diff)
downloadfreebsd-ports-gnome-41a58f4e1885bda03c851ec5eeb46a0b2018fd34.tar.gz
freebsd-ports-gnome-41a58f4e1885bda03c851ec5eeb46a0b2018fd34.tar.zst
freebsd-ports-gnome-41a58f4e1885bda03c851ec5eeb46a0b2018fd34.zip
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)
Approved by: portmgr
Diffstat (limited to 'cad/brlcad')
-rw-r--r--cad/brlcad/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile
index f4127cff4749..0ae1599b30e3 100644
--- a/cad/brlcad/Makefile
+++ b/cad/brlcad/Makefile
@@ -51,7 +51,7 @@ OPTIONS_DEFAULT= OPTIMIZATION
.include "${.CURDIR}/Makefile.man"
.include <bsd.port.pre.mk>
-EXTRA_LIBS= ${PTHREAD_LIBS}
+EXTRA_LIBS= -pthread
.if ${PORT_OPTIONS:MOPTIMIZATION}
CMAKE_BUILD_TYPE=Release