diff options
author | pi <pi@FreeBSD.org> | 2016-04-30 16:18:31 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-04-30 16:18:31 +0800 |
commit | ad854ba4a1559cdb1ef2c1eeab86fac14c8813d9 (patch) | |
tree | c342333efc8b04056d0681de23f5efc151338abf /textproc | |
parent | ee9cb2ccc71241d09648949b4cda699794ce2753 (diff) | |
download | freebsd-ports-gnome-ad854ba4a1559cdb1ef2c1eeab86fac14c8813d9.tar.gz freebsd-ports-gnome-ad854ba4a1559cdb1ef2c1eeab86fac14c8813d9.tar.zst freebsd-ports-gnome-ad854ba4a1559cdb1ef2c1eeab86fac14c8813d9.zip |
textproc/irstlm: Fix build with libc++ 3.8.0
PR: 209103
Submitted by: dim
Approved by: demon
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/irstlm/files/patch-src_Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/irstlm/files/patch-src_Makefile.am b/textproc/irstlm/files/patch-src_Makefile.am new file mode 100644 index 000000000000..744c640a9278 --- /dev/null +++ b/textproc/irstlm/files/patch-src_Makefile.am @@ -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} + |