From 6a5b4d0aebb4ce0abb889deb841af883a9b9f694 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Thu, 19 Nov 2009 14:13:30 +0100 Subject: [PATCH] libquicktime: allowed to build without doxygen --- multimedia/libquicktime/libquicktime.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/multimedia/libquicktime/libquicktime.conf b/multimedia/libquicktime/libquicktime.conf index 4f1d3ca1d..9a81f06b8 100644 --- a/multimedia/libquicktime/libquicktime.conf +++ b/multimedia/libquicktime/libquicktime.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../libquicktime/libquicktime.conf -# Copyright (C) 2007 The OpenSDE Project +# Copyright (C) 2007 - 2009 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -13,3 +13,7 @@ # --- SDE-COPYRIGHT-NOTE-END --- var_append GCC_WRAPPER_REMOVE " " "-DGTK_DISABLE_DEPRECATED" + +if ! pkginstalled doxygen ; then + var_append confopt ' ' '--without-doxygen' +fi