mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
- fix build with portaudio - clang builtin's are conflicting with gnuradio so use USE_GCC for now
11 lines
492 B
Text
11 lines
492 B
Text
--- docs/doxygen/Doxyfile.in.orig 2015-05-12 09:39:44 UTC
|
|
+++ docs/doxygen/Doxyfile.in
|
|
@@ -1864,7 +1864,7 @@ DOT_FONTSIZE = 10
|
|
# If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH to
|
|
# set the path where dot can find it.
|
|
|
|
-DOT_FONTPATH =
|
|
+DOT_FONTPATH = /usr/local/share/fonts/freefont-ttf
|
|
|
|
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
|
|
# will generate a graph for each documented class showing the direct and
|