diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-09-22 14:20:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-09-22 14:20:44 +0000 |
commit | 94404918c033624c09e211132f028779030621a8 (patch) | |
tree | 28b4ca805b37dbfd399afb1e33c83a3b74b8fa4c /sysutils/b2sum | |
parent | dba2e423548f29a27404f1c177374feb9e9b397b (diff) | |
download | ports-94404918c033624c09e211132f028779030621a8.tar.gz ports-94404918c033624c09e211132f028779030621a8.zip |
Notes
Diffstat (limited to 'sysutils/b2sum')
-rw-r--r-- | sysutils/b2sum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/b2sum/Makefile b/sysutils/b2sum/Makefile index 8b38e54f3342..6f15f62e04b2 100644 --- a/sysutils/b2sum/Makefile +++ b/sysutils/b2sum/Makefile @@ -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 |