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 | 8ae8590419574de889e0d16ab1c06ddbf82d60db (patch) | |
tree | fdbdc2c409d836101889b672a4045e69ac1114f9 /app-doc/doxygen/files | |
parent | Revision bump, fixing #127258 thanks to Jason Stubbs and Kirill Korotaev (diff) | |
download | historical-8ae8590419574de889e0d16ab1c06ddbf82d60db.tar.gz historical-8ae8590419574de889e0d16ab1c06ddbf82d60db.tar.bz2 historical-8ae8590419574de889e0d16ab1c06ddbf82d60db.zip |
Add patch to allow building on FreeBSD and keyword ~x86-fbsd.
Package-Manager: portage-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++ |