Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Apr 2016 08:18:32 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414336 - head/textproc/irstlm/files
Message-ID:  <201604300818.u3U8IW4A033322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Apr 30 08:18:31 2016
New Revision: 414336
URL: https://svnweb.freebsd.org/changeset/ports/414336

Log:
  textproc/irstlm:  Fix build with libc++ 3.8.0
  
  PR:		209103
  Submitted by:	dim
  Approved by:	demon

Added:
  head/textproc/irstlm/files/patch-src_Makefile.am   (contents, props changed)

Added: head/textproc/irstlm/files/patch-src_Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/irstlm/files/patch-src_Makefile.am	Sat Apr 30 08:18:31 2016	(r414336)
@@ -0,0 +1,10 @@
+--- src/Makefile.am.orig	2013-03-03 15:52:23 UTC
++++ src/Makefile.am
+@@ -1,6 +1,6 @@
+ lib_LTLIBRARIES = libirstlm.la
+ 
+-AM_CXXFLAGS = -isystem/usr/include -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES $(BOOST_CPPFLAGS) -DMYCODESIZE=3
++AM_CXXFLAGS = -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES $(BOOST_CPPFLAGS) -DMYCODESIZE=3
+ 
+ libirstlm_ladir = ${includedir}
+ 



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