diff options
author | 2005-02-19 05:09:04 +0000 | |
---|---|---|
committer | 2005-02-19 05:09:04 +0000 | |
commit | 5254ef0287baf85f670ef1b2bb964538a4e942b3 (patch) | |
tree | 7bbd58bf1b30f2011233545697cbcfc9173e981b /media-gfx/graphviz/files | |
parent | Version bump for pbbuttonsd along with patch to fix ALSA segfault. See bug #... (diff) | |
download | gentoo-2-5254ef0287baf85f670ef1b2bb964538a4e942b3.tar.gz gentoo-2-5254ef0287baf85f670ef1b2bb964538a4e942b3.tar.bz2 gentoo-2-5254ef0287baf85f670ef1b2bb964538a4e942b3.zip |
Modified to work on ppc-macos
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-gfx/graphviz/files')
-rw-r--r-- | media-gfx/graphviz/files/graphviz-1.16-common_h.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-gfx/graphviz/files/graphviz-1.16-common_h.patch b/media-gfx/graphviz/files/graphviz-1.16-common_h.patch new file mode 100644 index 000000000000..e4c6f53dc004 --- /dev/null +++ b/media-gfx/graphviz/files/graphviz-1.16-common_h.patch @@ -0,0 +1,11 @@ +--- lefty/common.h.sav Thu Sep 16 09:15:07 2004 ++++ lefty/common.h Thu Sep 16 09:15:42 2004 +@@ -17,6 +17,8 @@ + #ifndef _COMMON_H + #define _COMMON_H + ++#include <sys/types.h> ++ + /* some config and conversion definitions from graphviz distribution */ + #ifdef HAVE_CONFIG_H + #include "config.h" |