svn commit: r309363 - head/net-mgmt/collectd/files

Pawel Pekala pawel at FreeBSD.org
Fri Dec 21 15:52:34 UTC 2012


Author: pawel
Date: Fri Dec 21 15:52:33 2012
New Revision: 309363
URL: http://svnweb.freebsd.org/changeset/ports/309363

Log:
  Fix build
  
  PR:		ports/174604
  Submitted by:	Ross <basarevych at gmail.com>
  Approved by:	Krzysztof Stryjek <ports at bsdserwis.com> (maintainer)

Modified:
  head/net-mgmt/collectd/files/patch-src__Makefile.am

Modified: head/net-mgmt/collectd/files/patch-src__Makefile.am
==============================================================================
--- head/net-mgmt/collectd/files/patch-src__Makefile.am	Fri Dec 21 15:51:59 2012	(r309362)
+++ head/net-mgmt/collectd/files/patch-src__Makefile.am	Fri Dec 21 15:52:33 2012	(r309363)
@@ -1,6 +1,15 @@
---- src/Makefile.am.orig	2012-01-06 18:51:47.000000000 +0100
-+++ src/Makefile.am	2012-01-06 18:52:09.000000000 +0100
-@@ -1254,12 +1254,7 @@
+--- src/Makefile.am.orig	2012-11-11 11:43:05.000000000 +0100
++++ src/Makefile.am	2012-12-21 16:19:37.000000000 +0100
+@@ -7,7 +7,7 @@
+ endif
+ 
+ if COMPILER_IS_GCC
+-AM_CFLAGS = -Wall -Werror
++AM_CFLAGS = -Wall
+ endif
+ 
+ AM_CPPFLAGS = -DPREFIX='"${prefix}"'
+@@ -1257,12 +1257,7 @@
  
  install-exec-hook:
  	$(mkinstalldirs) $(DESTDIR)$(sysconfdir)


More information about the svn-ports-head mailing list