freebsd-ports/audio/slv2/files/patch-autowaf.py
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

11 lines
350 B
Python

--- autowaf.py.orig
+++ autowaf.py
@@ -240,7 +240,7 @@
obj.source = name.lower() + '.pc.in'
obj.target = name.lower() + '.pc'
obj.inst_var = 'PREFIX'
- obj.inst_dir = bld.env()['LIBDIRNAME'] + 'pkgconfig'
+ obj.inst_dir = 'libdata/pkgconfig'
pkg_prefix = bld.env()['PREFIX']
if pkg_prefix[-1] == '/':
pkg_prefix = pkg_prefix[:-1]