svn commit: r390544 - head/www/yaws/files

Jimmy Olgeni olgeni at FreeBSD.org
Thu Jun 25 09:43:18 UTC 2015


Author: olgeni
Date: Thu Jun 25 09:43:17 2015
New Revision: 390544
URL: https://svnweb.freebsd.org/changeset/ports/390544

Log:
  Compatibility fix for R18.

Added:
  head/www/yaws/files/patch-include.mk   (contents, props changed)

Added: head/www/yaws/files/patch-include.mk
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/yaws/files/patch-include.mk	Thu Jun 25 09:43:17 2015	(r390544)
@@ -0,0 +1,11 @@
+--- include.mk.orig	2015-06-25 09:39:55 UTC
++++ include.mk
+@@ -3,7 +3,7 @@ am__v_ERLC_ = $(am__v_ERLC_$(AM_DEFAULT_
+ am__v_ERLC_0 = @echo "  ERLC    " $@;
+ am__v_ERLC_1 =
+ 
+-ERLC_GENERIC_FLAGS = -Werror  +debug_info $(DEBUG_ERLC_FLAGS)				\
++ERLC_GENERIC_FLAGS =  +debug_info $(DEBUG_ERLC_FLAGS)				\
+ 		     -pa $(top_srcdir) -pa $(top_builddir) -pa $(top_builddir)/ebin	\
+ 		     -I $(top_srcdir)/include -I $(srcdir)/../include 			\
+ 		     -I $(top_builddir)/include -I $(builddir)/../include


More information about the svn-ports-all mailing list