diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-18 20:13:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-18 20:13:54 +0000 |
commit | bf31029cd1255d11b787a857a103139ddbe2b29d (patch) | |
tree | dedb5d4afb95346b1fe4796daa5d3a22069c0ba2 | |
parent | 39e07893714f65d92415cbf35df73ea00c025214 (diff) | |
download | aports-bf31029cd1255d11b787a857a103139ddbe2b29d.tar.bz2 aports-bf31029cd1255d11b787a857a103139ddbe2b29d.tar.xz |
main/wv: build fix
add missing patch
-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 + + |