freebsd-ports/audio/slv2/files/patch-wscript
Dmitry Marakasov a924787103 SLV2 is a library to make the use of LV2 plugins as simple as
possible for applications.

WWW: http://drobilla.net/software/slv2/

PR:		129158
Submitted by:	xaimus <xaimus at gmail dot com>
2008-11-26 22:16:08 +00:00

12 lines
425 B
Text

--- wscript.orig 2008-11-15 18:35:35.000000000 +0300
+++ wscript 2008-11-27 01:14:25.000000000 +0300
@@ -116,9 +116,6 @@
obj.inst_dir = bld.env()['BINDIRNAME']
# Documentation
- autowaf.build_dox(bld, 'SLV2', SLV2_VERSION, srcdir, blddir)
- install_files('HTMLDIR', '', blddir + '/default/doc/html/*')
- install_files('MANDIR', 'man3', blddir + '/default/doc/man/man3/*')
def shutdown():
autowaf.shutdown()