diff options
author | Fabian Groffen <grobian@gentoo.org> | 2005-10-08 16:47:34 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2005-10-08 16:47:34 +0000 |
commit | e46c360188ed0b40de776a355e82709037cff060 (patch) | |
tree | bb80d7b54e3343f8e22a6d7bbff3f2bc08fc73e4 /app-doc/doxygen/files | |
parent | added RUNAS option in init-script. (diff) | |
download | historical-e46c360188ed0b40de776a355e82709037cff060.tar.gz historical-e46c360188ed0b40de776a355e82709037cff060.tar.bz2 historical-e46c360188ed0b40de776a355e82709037cff060.zip |
Adding a patch to finally allow compilation on OSX (bug #87758)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-doc/doxygen/files')
-rw-r--r-- | app-doc/doxygen/files/doxygen-1.4.4-darwin.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-doc/doxygen/files/doxygen-1.4.4-darwin.patch b/app-doc/doxygen/files/doxygen-1.4.4-darwin.patch new file mode 100644 index 000000000000..8df74b82a6df --- /dev/null +++ b/app-doc/doxygen/files/doxygen-1.4.4-darwin.patch @@ -0,0 +1,18 @@ +--- doxygen-1.4.4/tmake/lib/macosx-c++/tmake.conf.orig 2005-10-08 18:06:08.000000000 +0200 ++++ doxygen-1.4.4/tmake/lib/macosx-c++/tmake.conf 2005-10-08 18:17:33.000000000 +0200 +@@ -36,13 +36,12 @@ + + TMAKE_LINK = c++ + TMAKE_LINK_SHLIB = c++ +-TMAKE_LFLAGS = ++TMAKE_LFLAGS = -Wl,-search_paths_first + TMAKE_LFLAGS_RELEASE = + TMAKE_LFLAGS_DEBUG = + TMAKE_LFLAGS_SHLIB = -shared + +-# soname does not work on fbsd 2.x +-#TMAKE_LFLAGS_SONAME = -Wl,-soname ++TMAKE_LFLAGS_SONAME = -dynamiclib -install_name + + TMAKE_LIBS = + TMAKE_LIBS_X11 = |