Browse Source

libquicktime: allowed to build without doxygen

user/chris/old/ruby
Nagy Karoly Gabriel 15 years ago committed by Alejandro Mery
parent
commit
6a5b4d0aeb
  1. 6
      multimedia/libquicktime/libquicktime.conf

6
multimedia/libquicktime/libquicktime.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../libquicktime/libquicktime.conf # 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. # More information can be found in the files COPYING and README.
# #
@ -13,3 +13,7 @@
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
var_append GCC_WRAPPER_REMOVE " " "-DGTK_DISABLE_DEPRECATED" var_append GCC_WRAPPER_REMOVE " " "-DGTK_DISABLE_DEPRECATED"
if ! pkginstalled doxygen ; then
var_append confopt ' ' '--without-doxygen'
fi

Loading…
Cancel
Save