diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 07:37:15 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 07:37:15 +0000 |
commit | f7fc243237d967aba76bb0b8a954cf952eca0693 (patch) | |
tree | 3417a6e6d1d00e03135a08921179dc70e19d3610 /math/libflame | |
parent | Update to 6.05. (diff) |
math category: Remove $PTHREAD_LIBS
Note that math/PDL did not pass stage-QA before, so it was fixed.
approved by: PTHREAD blanket
Notes
Notes:
svn path=/head/; revision=382199
Diffstat (limited to 'math/libflame')
-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:]]*:=@ \ |