Date: Wednesday, October 19, 2016 @ 07:51:14
  Author: juergen
Revision: 278991

upgpkg: graphviz 2.38.0-15

OCaml 4.03.0 rebuild/fixes: Need "nonstd" int64 definition

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-10-19 07:38:31 UTC (rev 278990)
+++ PKGBUILD    2016-10-19 07:51:14 UTC (rev 278991)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.38.0
-pkgrel=14
+pkgrel=15
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('CPL')
@@ -30,6 +30,7 @@
           '271d116bc022596a64b6ee061f3d2e50fa2e6025'
           'bcce75a535c277556e196638e59ea019b0a63fa1')
 
+
 install=install
 
 prepare() {
@@ -44,7 +45,7 @@
        export PYTHON=python2
        export LUA=lua5.1
 
-       ./configure --prefix=/usr
+       CXXFLAGS="${CXXFLAGS} -Dint64=int64_t" ./configure --prefix=/usr
        make
 }
 

Reply via email to