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

Jürgen Hötzel juergen at archlinux.org
Thu Oct 10 09:56:34 UTC 2019


    Date: Thursday, October 10, 2019 @ 09:56:34
  Author: juergen
Revision: 364326

OCaml 4.09 rebuild

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-10 09:55:58 UTC (rev 364325)
+++ PKGBUILD	2019-10-10 09:56:34 UTC (rev 364326)
@@ -5,7 +5,7 @@
 pkgname=graphviz
 pkgver=2.42.2
 _commit=da4c2ec6f24ca1b6d1752c6b5bc4389e55682147
-pkgrel=1
+pkgrel=2
 pkgdesc='Graph visualization software'
 url='https://www.graphviz.org/'
 license=('EPL')
@@ -40,7 +40,8 @@
 	cd "${srcdir}/${pkgname}"
 	export PYTHON=python2
 	export LIBPOSTFIX=/
-	export CXXFLAGS+=' -fPIC'
+	# -fpermissive required for OCaml 4.09 rebuild
+	export CXXFLAGS+=' -fPIC -fpermissive'
 
 	./configure --prefix=/usr
 	make



More information about the arch-commits mailing list