SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
audio/sratom/patches/patch-wscript
Normal file
22
audio/sratom/patches/patch-wscript
Normal file
|
@ -0,0 +1,22 @@
|
|||
set proper shared library version
|
||||
|
||||
Index: wscript
|
||||
--- wscript.orig
|
||||
+++ wscript
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
from waflib import Build, Logs, Options
|
||||
from waflib.extras import autowaf
|
||||
+import os
|
||||
|
||||
# Library and package version (UNIX style major, minor, micro)
|
||||
# major increment <=> incompatible changes
|
||||
@@ -119,7 +120,7 @@ def build(bld):
|
||||
uselib = 'SERD SORD LV2',
|
||||
name = 'libsratom',
|
||||
target = 'sratom-%s' % SRATOM_MAJOR_VERSION,
|
||||
- vnum = SRATOM_VERSION,
|
||||
+ vnum = os.environ['libsratom_0_ltversion'],
|
||||
install_path = '${LIBDIR}',
|
||||
defines = defines + ['SRATOM_INTERNAL'],
|
||||
cflags = libflags)
|
Loading…
Add table
Add a link
Reference in a new issue