diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-05 11:29:05 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-05 11:29:05 +0000 |
commit | 6b7b9ba7e12d4a57b4b8739d629520927c86c73c (patch) | |
tree | 4234ad19771e749043121c81b5432b3df5503e91 /app-doc/doxygen/files | |
parent | Revision bump, fixing #127258 thanks to Jason Stubbs and Kirill Korotaev (diff) | |
download | gentoo-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.patch | 14 |
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++ |