summaryrefslogtreecommitdiff
path: root/extra/graphviz/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/graphviz/PKGBUILD')
-rw-r--r--extra/graphviz/PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/extra/graphviz/PKGBUILD b/extra/graphviz/PKGBUILD
index 071ed1cd1..83eed102c 100644
--- a/extra/graphviz/PKGBUILD
+++ b/extra/graphviz/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 193739 2013-08-29 23:46:03Z bisson $
+# $Id: PKGBUILD 194533 2013-09-17 17:04:18Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: kevin <kevin@archlinux.org>
# Contributor: John Proctor <jproctor@prium.net>
pkgname=graphviz
pkgver=2.32.0
-pkgrel=1
+pkgrel=2
pkgdesc='Graph visualization software'
url='http://www.graphviz.org/'
license=('CPL')
@@ -50,10 +50,7 @@ build() {
export PYTHON=python2
export LUA=lua5.1
- # install the graph and cgraph api alongside
- sed 's/@WITH_CGRAPH_FALSE@//g' -i lib/graph/Makefile.in
-
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-cgraph=no
make || sed '/caml_array_length/d' -i tclpkg/gv/gv_ocaml.cpp # swig goes wonky
make
}
@@ -61,7 +58,4 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
-
- # everything has been built against cgraph, but use graph as default api
- sed '/#define WITH_CGRAPH 1/d' -i "${pkgdir}"/usr/include/graphviz/types.h
}