changeset 644:4ab57189a2b5

audio/flac: fix build without doxygen
author David Demelier <markand@malikania.fr>
date Sat, 27 Jul 2019 08:51:12 +0200
parents 54562ab83360
children af3c84369341
files audio/flac/flac.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/audio/flac/flac.sh	Sat Jul 27 08:29:54 2019 +0200
+++ b/audio/flac/flac.sh	Sat Jul 27 08:51:12 2019 +0200
@@ -55,6 +55,8 @@
 	tar xvf $PKGNAME-$PKGVERSION.tar.xz
 	cd $PKGNAME-$PKGVERSION
 
+	# configure script check for DOXYGEN variable presence.
+	unset DOXYGEN
 	CC="$CC" \
 	CFLAGS="$CFLAGS" \
 	CXX="$CXX" \