svn commit: r414336 - head/textproc/irstlm/files

Kurt Jaeger pi at FreeBSD.org
Sat Apr 30 08:18:33 UTC 2016


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}
+ 


More information about the svn-ports-all mailing list