Source: doxygen
Version: 1.8.6-2
Severity: wishlist
Tags: patch

As the subject says: the very simple patch which I've attached allows for 
bootstrapping doxygen at a stage of the Debian bootstrap where Qt is not yet 
available.
-- 
Daniel Schepler
diff -urN doxygen-1.8.6.old/debian/rules doxygen-1.8.6/debian/rules
--- doxygen-1.8.6.old/debian/rules	2014-01-24 09:53:39.000000000 -0800
+++ doxygen-1.8.6/debian/rules	2014-02-08 09:42:06.419947455 -0800
@@ -11,7 +11,11 @@
 export CXXFLAGS
 export LDFLAGS
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+ifeq (,$(findstring stage1,$(DEB_BUILD_PROFILES)))
 with_doxywizard := yes
+else
+with_doxywizard := no
+endif
 
 ifeq ($(with_doxywizard),yes)
   CONFIGUREFLAGS+=--with-doxywizard

Reply via email to