diff options
author | Tim Biermann <tbier@posteo.de> | 2019-11-15 23:09:54 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-11-15 23:09:54 +0100 |
commit | 3486d18831586c594ec5f40eae1b6de79d80e1ce (patch) | |
tree | 9733ef7b4a29f08862383e2d873d3f006d12a2e8 /libido3/Pkgfile | |
parent | 81e006b24affb9e770f1325f08742aee94dc94aa (diff) | |
download | contrib-3486d18831586c594ec5f40eae1b6de79d80e1ce.tar.gz contrib-3486d18831586c594ec5f40eae1b6de79d80e1ce.tar.xz |
libido3: fix build
Diffstat (limited to 'libido3/Pkgfile')
-rw-r--r-- | libido3/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libido3/Pkgfile b/libido3/Pkgfile index f282e4e2a..67706a19c 100644 --- a/libido3/Pkgfile +++ b/libido3/Pkgfile @@ -5,16 +5,17 @@ name=libido3 version=16.10 -release=1 +release=2 source=(http://unrealize.co.uk/source/libido3-16.10.tar.gz -ido-optional-ubuntu-private.patch -0001-Temporarily-disable-previous-button-drop-shadow-draw.patch) + ido-optional-ubuntu-private.patch + 0001-Temporarily-disable-previous-button-drop-shadow-draw.patch) build() { cd $name-$version sed -e 's/--enable-gtk-doc//g' -i autogen.sh patch -Np1 -i $SRC/ido-optional-ubuntu-private.patch patch -Np1 -i $SRC/0001-Temporarily-disable-previous-button-drop-shadow-draw.patch + sed -i -e 's/ -Werror//' src/Makefile.am ./autogen.sh ./configure --prefix=/usr \ --enable-ubuntu-private-api=no |