sync ports with The Matrix
This commit is contained in:
parent
2c0afcbbf3
commit
b72ce7a5e9
1248 changed files with 11809 additions and 12798 deletions
|
@ -3,12 +3,12 @@ set proper shared library version
|
|||
Index: wscript
|
||||
--- wscript.orig
|
||||
+++ wscript
|
||||
@@ -244,7 +244,7 @@ def build(bld):
|
||||
includes = ['.', './src'],
|
||||
@@ -357,7 +357,7 @@ def build(bld):
|
||||
includes = ['.', 'include', './src'],
|
||||
name = 'liblilv',
|
||||
target = 'lilv-%s' % LILV_MAJOR_VERSION,
|
||||
- vnum = LILV_VERSION,
|
||||
+ vnum = os.environ['liblilv_0_ltversion'],
|
||||
install_path = '${LIBDIR}',
|
||||
defines = ['LILV_SHARED', 'LILV_INTERNAL'],
|
||||
defines = ['LILV_INTERNAL', 'ZIX_STATIC'],
|
||||
cflags = libflags,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue