From 8547a544837975cf57b4201e8071944067b9ad4a Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Thu, 24 Oct 2013 16:50:19 +0200 Subject: [PATCH] libmpdclient: disable building doxygen documentation --- libmpdclient/Pkgfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libmpdclient/Pkgfile b/libmpdclient/Pkgfile index 547573655..e4152ed49 100644 --- a/libmpdclient/Pkgfile +++ b/libmpdclient/Pkgfile @@ -12,7 +12,9 @@ build() { ./configure \ --prefix=/usr \ - --mandir=/usr/man + --mandir=/usr/man \ + --disable-documentation + make make DESTDIR=$PKG install