summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2021-03-16 19:18:27 +0100
committerhaawda2021-03-16 19:18:27 +0100
commitc099a885bd6ac08a75c6fb9023df335ab09cbf6e (patch)
treed99b04dce5c6a792ec637145f16dde6867a8b036 /PKGBUILD
parentdfb9617ad7292aab3c2acd0c42761ca91b2dd7ee (diff)
downloadaur-mkbib.tar.gz
Add CFLAG -fcommon
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7be9aedc80a7..06968c9f65fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
pkgname=mkbib
pkgver=2.1
-pkgrel=3
+pkgrel=4
pkgdesc="A gtk3-Program to create bibtex-files"
url="http://mirror.ctan.org/biblio/bibtex/utils/mkbib"
arch=('i686' 'x86_64')
license=('GPL3')
depends=('gtk3' 'libsoup')
-makedepends=('intltool' 'itstool' 'gcc6')
+makedepends=('intltool' 'itstool')
source=(https://mirror.ctan.org/biblio/bibtex/utils/mkbib.zip)
sha256sums=('3831566b207560b1be8a95aad04979a1044564359b48a9bc7204ae317999a6f5')
build() {
cd $pkgname
- CC=gcc-6 ./configure --prefix=/usr
+ CFLAGS+=" -fcommon" ./configure --prefix=/usr
make
}