Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2018 07:07:42 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480352 - head/benchmarks/stress-ng/files
Message-ID:  <201809220707.w8M77ghp009887@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809220707.w8M77ghp009887>