freebsd-ports/audio/gx2osd/files/patch-src-wscript
Li-Wen Hsu fc1537cd32 Fix building with boost 1.37:
- 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
2009-04-07 12:15:44 +00:00

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'