summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-05 11:29:05 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-05 11:29:05 +0000
commit6b7b9ba7e12d4a57b4b8739d629520927c86c73c (patch)
tree4234ad19771e749043121c81b5432b3df5503e91 /app-doc/doxygen/files
parentRevision bump, fixing #127258 thanks to Jason Stubbs and Kirill Korotaev (diff)
downloadgentoo-2-6b7b9ba7e12d4a57b4b8739d629520927c86c73c.tar.gz
gentoo-2-6b7b9ba7e12d4a57b4b8739d629520927c86c73c.tar.bz2
gentoo-2-6b7b9ba7e12d4a57b4b8739d629520927c86c73c.zip
Add patch to allow building on FreeBSD and keyword ~x86-fbsd.
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'app-doc/doxygen/files')
-rw-r--r--app-doc/doxygen/files/doxygen-1.4.6-freebsd.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-doc/doxygen/files/doxygen-1.4.6-freebsd.patch b/app-doc/doxygen/files/doxygen-1.4.6-freebsd.patch
new file mode 100644
index 000000000000..16a827dd5384
--- /dev/null
+++ b/app-doc/doxygen/files/doxygen-1.4.6-freebsd.patch
@@ -0,0 +1,14 @@
+Index: doxygen-1.4.6/configure
+===================================================================
+--- doxygen-1.4.6.orig/configure
++++ doxygen-1.4.6/configure
+@@ -158,6 +158,9 @@ if test -z "$f_platform"; then
+ ;;
+ FreeBSD:*)
+ f_platform=freebsd-g++
++ if test "$f_insttool" = NO; then
++ f_insttool=/usr/bin/install
++ fi
+ ;;
+ HP-UX:*)
+ f_platform=hpux-g++