summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2007-12-29 00:28:43 +0000
committerMarkus Meier <maekke@gentoo.org>2007-12-29 00:28:43 +0000
commit79fc439340d34b7dfc6cd89fce5412c92ee0b47a (patch)
tree26647129075c5697bbb6b6822c8e4c567fcf952f /media-gfx/graphviz/files
parentInclude net-libs/liblockfile in dependencies, bug #203624. (diff)
downloadgentoo-2-79fc439340d34b7dfc6cd89fce5412c92ee0b47a.tar.gz
gentoo-2-79fc439340d34b7dfc6cd89fce5412c92ee0b47a.tar.bz2
gentoo-2-79fc439340d34b7dfc6cd89fce5412c92ee0b47a.zip
fix building with tcl/tk-8.5, bug #181526
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'media-gfx/graphviz/files')
-rw-r--r--media-gfx/graphviz/files/graphviz-2.16.1-tcltk.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/media-gfx/graphviz/files/graphviz-2.16.1-tcltk.patch b/media-gfx/graphviz/files/graphviz-2.16.1-tcltk.patch
new file mode 100644
index 000000000000..9e587e02dc18
--- /dev/null
+++ b/media-gfx/graphviz/files/graphviz-2.16.1-tcltk.patch
@@ -0,0 +1,14 @@
+fix tcl/tc building for 8.5 - bug 181526
+
+diff -ur graphviz-2.16.1.orig/tclpkg/tkspline/Makefile.am graphviz-2.16.1/tclpkg/tkspline/Makefile.am
+--- graphviz-2.16.1.orig/tclpkg/tkspline/Makefile.am 2007-12-29 01:13:37.000000000 +0100
++++ graphviz-2.16.1/tclpkg/tkspline/Makefile.am 2007-12-29 01:13:58.000000000 +0100
+@@ -11,7 +11,7 @@
+
+ # If all else fails there is a local copy of tkInt.h in tkstubs/
+ AM_CPPFLAGS = \
+- -I@TK_SRC_DIR@/generic \
++ -I@TK_SRC_DIR@/generic -I@TK_SRC_DIR@/unix \
+ -I@TCL_SRC_DIR@/generic \
+ @TCL_INCLUDES@ @TCLINT_INCLUDES@ \
+ @TK_INCLUDES@ @TKINT_INCLUDES@ -I$(top_srcdir)/tclpkg/tkstubs