ports/textproc/irstlm/files/patch-src_Makefile.am
Kurt Jaeger 38233b1c21 textproc/irstlm: Fix build with libc++ 3.8.0
PR:		209103
Submitted by:	dim
Approved by:	demon
2016-04-30 08:18:31 +00:00

10 lines
391 B
Text

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