1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/devhelp/files/patch-src_dh-base.c
Gabor Kovesdan 294027405b - Add support for seamonkey
- Bump PORTREVISION

PR:		ports/107161
Submitted by:	Marat N.Afanasyev <marat@zealot.ksu.ru>
Approved by:	erwin (mentor)
2006-12-27 22:40:12 +00:00

11 lines
472 B
C

--- src/dh-base.c.orig Sat Jun 28 22:16:34 2003
+++ src/dh-base.c Sun Jun 29 13:40:23 2003
@@ -222,6 +222,7 @@
/* Insert the books from default gtk-doc install path. */
base_add_books (base, DATADIR "/gtk-doc/html");
+ base_add_books (base, DATADIR "/../doc"); // FreeBSD default doc path
base_add_books (base, "/usr/share/gtk-doc/html");
base_add_books (base, DATADIR "/devhelp/books");
dir = g_build_filename (g_get_home_dir (), ".devhelp", "books", NULL);