Date: Wednesday, October 19, 2016 @ 20:06:22
  Author: bisson
Revision: 279011

better yet

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-10-19 20:01:18 UTC (rev 279010)
+++ PKGBUILD    2016-10-19 20:06:22 UTC (rev 279011)
@@ -41,11 +41,12 @@
 
 build() {
        cd "${srcdir}/${pkgname}-${pkgver}"
+       export CXXFLAGS+=' -Dint64=int64_t' # for ocaml
        export LIBPOSTFIX=/
        export PYTHON=python2
        export LUA=lua5.1
 
-       CXXFLAGS="${CXXFLAGS} -Dint64=int64_t" ./configure --prefix=/usr
+       ./configure --prefix=/usr
        make
 }
 

Reply via email to