svn commit: r422619 - head/sysutils/b2sum

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 22 14:20:45 UTC 2016


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


More information about the svn-ports-head mailing list