1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-26 23:20:30 -04:00
ports/www/node-devel/files/patch-SConstruct
Vanilla I. Shu 9af0be4776 Upgrade to 0.5.3.
PR:		ports/159410
Submitted by:	maintainer
2011-08-05 04:51:17 +00:00

11 lines
409 B
Text

--- deps/v8/SConstruct.orig 2011-04-06 19:17:46.000000000 +0800
+++ deps/v8/SConstruct 2011-05-12 20:48:13.000000000 +0800
@@ -178,7 +178,7 @@ LIBRARY_FLAGS = {
}
},
'os:freebsd': {
- 'CPPPATH' : ['/usr/local/include'],
+ 'CPPPATH' : [join(root_dir, 'src'), '/usr/local/include'],
'LIBPATH' : ['/usr/local/lib'],
'CCFLAGS': ['-ansi'],
'LIBS': ['execinfo']