Date: Sat, 14 Sep 2019 22:28:17 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512081 - head/benchmarks/wrk Message-ID: <201909142228.x8EMSH3V059905@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Sep 14 22:28:17 2019 New Revision: 512081 URL: https://svnweb.freebsd.org/changeset/ports/512081 Log: benchmarks/wrk: chase r512079 Modified: head/benchmarks/wrk/Makefile (contents, props changed) Modified: head/benchmarks/wrk/Makefile ============================================================================== --- head/benchmarks/wrk/Makefile Sat Sep 14 22:08:02 2019 (r512080) +++ head/benchmarks/wrk/Makefile Sat Sep 14 22:28:17 2019 (r512081) @@ -16,8 +16,9 @@ USE_GITHUB= yes GH_ACCOUNT= wg USES= gmake ssl +USE_CSTD= c99 LLD_UNSAFE= yes -CFLAGS+= -std=c99 -D_DECLARE_C99_LDBL_MATH -I/${LOCALBASE}/include/luajit-2.0 +CFLAGS+= -I${LOCALBASE}/include/luajit-2.0 MAKE_ENV+= WITH_OPENSSL=${OPENSSLBASE} WITH_LUAJIT=${LOCALBASE} VER=${PORTVERSION} PLIST_FILES= bin/wrk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909142228.x8EMSH3V059905>