diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 14:57:49 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 14:57:49 +0000 |
commit | 5316d6995c9eab3e2b92e7994330d27312295f13 (patch) | |
tree | e9433273f8212799f1369d579fb61a5ee351bcda /cad/brlcad | |
parent | 9e9d988f842033e039bc66c3548d6f02510ffd5c (diff) |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=311861
Diffstat (limited to 'cad/brlcad')
-rw-r--r-- | cad/brlcad/Makefile | 2 |
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 |