changeset 825:69d38e0ac191

lang/mozjs52: readability
author David Demelier <markand@malikania.fr>
date Wed, 21 Aug 2019 19:34:05 +0200
parents 5e649f3517b3
children 1a533ac300c3
files lang/mozjs52/mozjs52.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lang/mozjs52/mozjs52.sh	Wed Aug 21 19:33:45 2019 +0200
+++ b/lang/mozjs52/mozjs52.sh	Wed Aug 21 19:34:05 2019 +0200
@@ -32,8 +32,8 @@
 	tar xvf firefox-${PKGVERSION}esr.source.tar.xz
 	cd firefox-${PKGVERSION}esr
 
+	unset DOXYGEN
 	# credits to FreeBSD.
-	unset DOXYGEN
 	patch -p0 < ../patch-clang.patch
 	cd js/src
 	CC="$CC" HOST_CC="$CC" \