Line 0
Link Here
|
|
|
1 |
--- src/Makefile.am.orig 2013-03-03 15:52:23 UTC |
2 |
+++ src/Makefile.am |
3 |
@@ -1,6 +1,6 @@ |
4 |
lib_LTLIBRARIES = libirstlm.la |
5 |
|
6 |
-AM_CXXFLAGS = -isystem/usr/include -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES $(BOOST_CPPFLAGS) -DMYCODESIZE=3 |
7 |
+AM_CXXFLAGS = -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES $(BOOST_CPPFLAGS) -DMYCODESIZE=3 |
8 |
|
9 |
libirstlm_ladir = ${includedir} |
10 |
|