Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2016 08:21:02 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424984 - head/www/varnish-libvmod-awsrest/files
Message-ID:  <201610310821.u9V8L28Z087341@repo.freebsd.org>

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



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