[arch-commits] Commit in edbrowse/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Wed Oct 14 12:41:48 UTC 2020


    Date: Wednesday, October 14, 2020 @ 12:41:48
  Author: arodseth
Revision: 723890

duktape 2.6.0 rebuild

Modified:
  edbrowse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-14 12:38:49 UTC (rev 723889)
+++ PKGBUILD	2020-10-14 12:41:48 UTC (rev 723890)
@@ -5,7 +5,7 @@
 # Contributor: aksr <aksr at t-com dot me>
 pkgname=edbrowse
 pkgver=3.7.6
-pkgrel=1
+pkgrel=2
 _commit=c8c71daa7f3a32803c336e0b2e75a3dcc8b198f8 # 3.7.6
 pkgdesc='Line-oriented editor, browser and mail client'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 
 build() {
     cd "$pkgname-$pkgver"
-    make CFLAGS="$CFLAGS -I/usr/include/tidy" all
+    make CFLAGS="$CFLAGS -I/usr/include/tidy -fcommon" all
 }
 
 package() {
@@ -31,4 +31,3 @@
     install -Dm644 doc/usersguide.html doc/sample.ebrc -t "$pkgdir/usr/share/doc/edbrowse"
     install -Dm644 doc/man-edbrowse-debian.1 -T "$pkgdir/usr/share/man/man1/edbrowse.1"
 }
-



More information about the arch-commits mailing list