fc1537cd32
- Add -I${LOCALBASE}/include to CPPFLAGS, so boost headers can be found by waf - Remove single header test from wscript, as it won't succeed without linking to boost_filesystem library While here, minor fixes: - Install manpages relative to PREFIX, not LOCALBASE - Some whitespace/identation nits PR: ports/132891 Submitted by: amdmi3 Approved by: maintainer timeout
12 lines
361 B
Text
12 lines
361 B
Text
--- src/wscript.orig 2007-05-27 19:44:02.000000000 +0400
|
|
+++ src/wscript 2009-03-21 04:05:07.000000000 +0300
|
|
@@ -34,9 +34,6 @@
|
|
libconf.name = 'boost_program_options-st'
|
|
libconf.run()
|
|
|
|
- e.name = 'boost/filesystem/path.hpp'
|
|
- e.run()
|
|
-
|
|
libconf.mandatory = 0
|
|
libconf.uselib = 'filesystem'
|
|
libconf.name = 'boost_filesystem'
|