From 1a92889a38198d278ccdea06bd4a42e0d3a7ca05 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 9 Jul 2012 08:08:53 +0000 Subject: [PATCH] make build predictable --- editors/libreoffice/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 770e4f1b480..b3dd65e05a8 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.68 2012/06/22 21:04:19 sthen Exp $ +# $OpenBSD: Makefile,v 1.69 2012/07/09 08:08:53 espie Exp $ ONLY_FOR_ARCHS= amd64 i386 @@ -229,6 +229,7 @@ CONFIGURE_ARGS+=--disable-build-mozilla \ --disable-randr-link \ --disable-unix-qstart-libpng \ --disable-xmlsec \ + --enable-librsvg=no \ --enable-binfilter \ --enable-gio \ --enable-gstreamer \