svn commit: r480352 - head/benchmarks/stress-ng/files

Luca Pizzamiglio pizzamig at FreeBSD.org
Sat Sep 22 07:07:42 UTC 2018


Author: pizzamig
Date: Sat Sep 22 07:07:41 2018
New Revision: 480352
URL: https://svnweb.freebsd.org/changeset/ports/480352

Log:
  benchmarks/stress-ng: Fix patch

Modified:
  head/benchmarks/stress-ng/files/patch-Makefile

Modified: head/benchmarks/stress-ng/files/patch-Makefile
==============================================================================
--- head/benchmarks/stress-ng/files/patch-Makefile	Sat Sep 22 06:53:04 2018	(r480351)
+++ head/benchmarks/stress-ng/files/patch-Makefile	Sat Sep 22 07:07:41 2018	(r480352)
@@ -4,8 +4,8 @@
  # Codename "portable pressure producer"
  #
  
--CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99
-+CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu11
+-CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99 -pipe
++CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu11 -pipe
  
  #
  # Pedantic flags


More information about the svn-ports-head mailing list