diff options
author | marino <marino@FreeBSD.org> | 2015-03-25 15:37:15 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-25 15:37:15 +0800 |
commit | e59c5e2e130d16dc7ae04b960115c07010eaed3a (patch) | |
tree | 3417a6e6d1d00e03135a08921179dc70e19d3610 /math/libflame/Makefile | |
parent | 4d9897388d9ae31e9dd0adf6df18eba800f8b154 (diff) | |
download | freebsd-ports-gnome-e59c5e2e130d16dc7ae04b960115c07010eaed3a.tar.gz freebsd-ports-gnome-e59c5e2e130d16dc7ae04b960115c07010eaed3a.tar.zst freebsd-ports-gnome-e59c5e2e130d16dc7ae04b960115c07010eaed3a.zip |
math category: Remove $PTHREAD_LIBS
Note that math/PDL did not pass stage-QA before, so it was fixed.
approved by: PTHREAD blanket
Diffstat (limited to 'math/libflame/Makefile')
-rw-r--r-- | math/libflame/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/math/libflame/Makefile b/math/libflame/Makefile index 0e8393056d9c..89aab0e8ffe3 100644 --- a/math/libflame/Makefile +++ b/math/libflame/Makefile @@ -174,8 +174,6 @@ CFLAGS+= ${OPENMP_CFLAGS} LDFLAGS+= ${OPENMP_CFLAGS} CONFIGURE_ARGS+= --enable-multithreading=openmp .elif ${PORT_OPTIONS:MTHREADS} -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ARGS+= --enable-multithreading=pthreads .else CONFIGURE_ARGS+= --enable-multithreading=no @@ -243,7 +241,6 @@ post-patch: -e 's@(#!)(/bin/bash)@\1${LOCALBASE}\2@' @${FIND} ${WRKSRC} -type f \( -name 'makefile' -o -name 'config.mk.in' \) | \ ${XARGS} ${REINPLACE_CMD} \ - -e 's@-lpthread@${PTHREAD_LIBS}@g' \ -e 's@-fPIC@${PICFLAG}@g' @${REINPLACE_CMD} \ -e '\@MK_INCL_DIR_INST_W_ARCH_VERS[[:blank:]]*:=@ \ |