Date: Friday, April 12, 2019 @ 09:58:51
  Author: andyrtr
Revision: 350610

upgpkg: libfreehand 0.1.2-2

fix FTBS - FS#60547

Modified:
  libfreehand/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-04-12 05:15:31 UTC (rev 350609)
+++ PKGBUILD    2019-04-12 09:58:51 UTC (rev 350610)
@@ -2,7 +2,7 @@
 
 pkgname=libfreehand
 pkgver=0.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="a library for import of Aldus/Macromedia/Adobe FreeHand documents"
 arch=('x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand";
@@ -14,7 +14,7 @@
 
 build() {
        cd "$pkgname-$pkgver"
-       ./configure --prefix=/usr
+       ./configure --prefix=/usr --disable-werror
        make
 }
 

Reply via email to