summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2005-10-08 16:47:34 +0000
committerFabian Groffen <grobian@gentoo.org>2005-10-08 16:47:34 +0000
commite46c360188ed0b40de776a355e82709037cff060 (patch)
treebb80d7b54e3343f8e22a6d7bbff3f2bc08fc73e4 /app-doc/doxygen/files
parentadded RUNAS option in init-script. (diff)
downloadhistorical-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.patch18
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 =