svn commit: r313605 - head/x11/wbar/files
Nicola Vitale
nivit at FreeBSD.org
Thu Mar 7 20:24:25 UTC 2013
Author: nivit
Date: Thu Mar 7 20:24:25 2013
New Revision: 313605
URL: http://svnweb.freebsd.org/changeset/ports/313605
Log:
- Remove -Werror switch, that breaks compiling on FreeBSD-10
Pointed out by: Ferenc Gal <gferenc88 at gmail.com> (via private email)
Added:
head/x11/wbar/files/patch-src__Makefile.in (contents, props changed)
Added: head/x11/wbar/files/patch-src__Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/wbar/files/patch-src__Makefile.in Thu Mar 7 20:24:25 2013 (r313605)
@@ -0,0 +1,10 @@
+--- ./src/Makefile.in.orig 2013-03-06 15:01:53.000000000 +0100
++++ ./src/Makefile.in 2013-03-06 15:01:56.000000000 +0100
+@@ -235,7 +235,6 @@
+ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
+ -Wall \
+ -Wunused \
+- -Werror \
+ -I$(top_srcdir)/src/utils
+
+ wbar_SOURCES = \
More information about the svn-ports-all
mailing list