mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
10 lines
391 B
Text
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}
|
|
|