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

Antonio Rojas arojas at archlinux.org
Sat May 30 20:04:44 UTC 2020


    Date: Saturday, May 30, 2020 @ 20:04:44
  Author: arojas
Revision: 637501

BUILDINFO rebuild

Modified:
  gmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-30 19:45:31 UTC (rev 637500)
+++ PKGBUILD	2020-05-30 20:04:44 UTC (rev 637501)
@@ -3,7 +3,7 @@
 
 pkgname=gmtp
 pkgver=1.3.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple MP3 player client for MTP based devices"
 arch=('x86_64')
 url="http://gmtp.sourceforge.net/"
@@ -14,7 +14,7 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  CFLAGS+=' -fcommon' ./configure --prefix=/usr
   make
 }
 



More information about the arch-commits mailing list