diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /graphics/cairomm/files/patch-docs_reference_Makefile.in | |
parent | - Add goocanvas (diff) |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'graphics/cairomm/files/patch-docs_reference_Makefile.in')
-rw-r--r-- | graphics/cairomm/files/patch-docs_reference_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/cairomm/files/patch-docs_reference_Makefile.in b/graphics/cairomm/files/patch-docs_reference_Makefile.in new file mode 100644 index 000000000000..560b3dc7b704 --- /dev/null +++ b/graphics/cairomm/files/patch-docs_reference_Makefile.in @@ -0,0 +1,11 @@ +--- docs/reference/Makefile.in.orig Thu Jul 6 00:29:26 2006 ++++ docs/reference/Makefile.in Thu Jul 6 00:29:40 2006 +@@ -342,7 +342,7 @@ + + $(index_html): $(DOXYGEN_CONFIGFILE) $(wildcard $(top_srcdir)/cairomm/*.h) $(HTML_TEMPLATE_FILES) + -rm -rf html +- doxygen $(DOXYGEN_CONFIGFILE) \ ++ $(DOXYGEN) $(DOXYGEN_CONFIGFILE) \ + 2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt + + html: $(index_html) |