Date: Thu, 22 Sep 2016 14:20:44 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422619 - head/sysutils/b2sum Message-ID: <201609221420.u8MEKiFK037018@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Sep 22 14:20:44 2016 New Revision: 422619 URL: https://svnweb.freebsd.org/changeset/ports/422619 Log: Respect LDFLAGS That allows to use openmp from upcoming openmp infrastructure Modified: head/sysutils/b2sum/Makefile Modified: head/sysutils/b2sum/Makefile ============================================================================== --- head/sysutils/b2sum/Makefile Thu Sep 22 14:16:12 2016 (r422618) +++ head/sysutils/b2sum/Makefile Thu Sep 22 14:20:44 2016 (r422619) @@ -18,7 +18,7 @@ USES= zip USE_CSTD= c99 WRKSRC_SUBDIR= b2sum MAKEFILE= makefile -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="${LDFLAGS}" PLIST_FILES= bin/b2sum OPTIONS_DEFINE= OPENMP OPTIMIZED_CFLAGS SSE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609221420.u8MEKiFK037018>