FreeBSD Bugzilla – Attachment 169763 Details for
Bug 209103
textproc/irstlm: Fix build with libc++ 3.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove -isystem from CXXFLAGS to fix build
textproc__irstlm-fix-isystem-1.diff (text/plain), 1.00 KB, created by
Dimitry Andric
on 2016-04-27 17:50:05 UTC
(
hide
)
Description:
Remove -isystem from CXXFLAGS to fix build
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2016-04-27 17:50:05 UTC
Size:
1.00 KB
patch
obsolete
>Index: textproc/irstlm/files/patch-src_Makefile.am >=================================================================== >--- textproc/irstlm/files/patch-src_Makefile.am (nonexistent) >+++ textproc/irstlm/files/patch-src_Makefile.am (working copy) >@@ -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} >+ > >Property changes on: textproc/irstlm/files/patch-src_Makefile.am >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209103
: 169763