summaryrefslogtreecommitdiff
path: root/media-libs/cal3d/files/config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/cal3d/files/config.patch')
-rw-r--r--media-libs/cal3d/files/config.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/media-libs/cal3d/files/config.patch b/media-libs/cal3d/files/config.patch
new file mode 100644
index 0000000..e07baf7
--- /dev/null
+++ b/media-libs/cal3d/files/config.patch
@@ -0,0 +1,24 @@
+Index: configure.in
+===================================================================
+--- configure.in (revision 533)
++++ configure.in (working copy)
+@@ -50,16 +50,16 @@
+ AC_MSG_WARN([cannot find doxygen, unable to generate Cal3D API Reference!])
+ fi
+
+-AC_CHECK_PROG(DB2HTML, db2html, true, false)
++AC_CHECK_PROG(DB2HTML, docbook2html, true, false)
+ if test "$DB2HTML" = false; then
+- AC_MSG_WARN([cannot find db2html, unable to generate Cal3D User's Guide!])
++ AC_MSG_WARN([cannot find docbook2html, unable to generate Cal3D User's Guide!])
+ fi
+
+ AC_PATH_PROG(BLENDER, [blender])
+ AC_PATH_PROG(VALGRIND, [valgrind])
+
+ # Check for unittest++
+-AM_USE_UNITTESTCPP
++#AM_USE_UNITTESTCPP
+
+ CPPFLAGS="$CPPFLAGS"' -I${top_srcdir}/src'
+