diff options
Diffstat (limited to 'main/wv')
-rw-r--r-- | main/wv/fix-soname.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/main/wv/fix-soname.patch b/main/wv/fix-soname.patch new file mode 100644 index 0000000000..81dff86e62 --- /dev/null +++ b/main/wv/fix-soname.patch @@ -0,0 +1,14 @@ +diff -ru wv-1.2.7.orig//configure wv-1.2.7//configure +--- wv-1.2.7.orig//configure 2009-09-21 12:22:46.000000000 +0200 ++++ wv-1.2.7//configure 2010-06-08 12:00:27.948857203 +0200 +@@ -2082,8 +2082,8 @@ + WV_MAJOR_VERSION=1 + WV_MINOR_VERSION=2 + WV_MICRO_VERSION=7 +-WV_INTERFACE_AGE=3 +-WV_BINARY_AGE=3 ++WV_INTERFACE_AGE=4 ++WV_BINARY_AGE=4 + WV_VERSION=$WV_MAJOR_VERSION.$WV_MINOR_VERSION.$WV_MICRO_VERSION + + |