diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 21:37:39 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 21:37:39 +0000 |
commit | 112f62e6b9a1ec43ddc94a4694095f410e4b643e (patch) | |
tree | 277ac2758fc47caca6c3e00663bc52d197085558 /audio/sphinxbase | |
parent | 33ac97e0314d5998c3111bd87d8bcece3e1978b2 (diff) | |
download | ports-112f62e6b9a1ec43ddc94a4694095f410e4b643e.tar.gz ports-112f62e6b9a1ec43ddc94a4694095f410e4b643e.zip |
Notes
Diffstat (limited to 'audio/sphinxbase')
-rw-r--r-- | audio/sphinxbase/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/sphinxbase/Makefile b/audio/sphinxbase/Makefile index 59ea575fc924..2b240996d993 100644 --- a/audio/sphinxbase/Makefile +++ b/audio/sphinxbase/Makefile @@ -38,8 +38,7 @@ CONFIGURE_ENV+= HAVE_PKGCONFIG=no .endif .if ${PORT_OPTIONS:MTHREADS} -CPPFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} +LDFLAGS+= -lpthread CONFIGURE_ARGS+= --enable-threads .else CONFIGURE_ARGS+= --disable-threads |