svn commit: r424984 - head/www/varnish-libvmod-awsrest/files

Vanilla I. Shu vanilla at FreeBSD.org
Mon Oct 31 08:21:03 UTC 2016


Author: vanilla
Date: Mon Oct 31 08:21:02 2016
New Revision: 424984
URL: https://svnweb.freebsd.org/changeset/ports/424984

Log:
  Fix build on i386.

Added:
  head/www/varnish-libvmod-awsrest/files/patch-src_Makefile.am   (contents, props changed)

Added: head/www/varnish-libvmod-awsrest/files/patch-src_Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/varnish-libvmod-awsrest/files/patch-src_Makefile.am	Mon Oct 31 08:21:02 2016	(r424984)
@@ -0,0 +1,8 @@
+--- src/Makefile.am.orig	2016-10-31 08:14:11 UTC
++++ src/Makefile.am
+@@ -1,4 +1,4 @@
+-AM_CPPFLAGS = @VMOD_INCLUDES@ -Wall -Werror
++AM_CPPFLAGS = @VMOD_INCLUDES@
+ 
+ vmoddir = @VMOD_DIR@
+ vmod_LTLIBRARIES = libvmod_awsrest.la


More information about the svn-ports-all mailing list