diff options
-rw-r--r-- | testing/graphviz/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/graphviz/APKBUILD b/testing/graphviz/APKBUILD index 7df365b0ed..03b33aaccf 100644 --- a/testing/graphviz/APKBUILD +++ b/testing/graphviz/APKBUILD @@ -27,6 +27,8 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done + # use /usr/lib instead of /usr/lib64 + sed -i -e 's/LIBPOSTFIX="64"/LIBPOSTFIX=/' configure || return 1 } build() { |