Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/graphviz/files: graphviz-2.16.1-tcltk.patch
Date: Sat, 29 Dec 2007 00:28:51
Message-Id: E1J8PZD-0005my-Ph@stork.gentoo.org
1 maekke 07/12/29 00:28:43
2
3 Added: graphviz-2.16.1-tcltk.patch
4 Log:
5 fix building with tcl/tk-8.5, bug #181526
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.1 media-gfx/graphviz/files/graphviz-2.16.1-tcltk.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/graphviz/files/graphviz-2.16.1-tcltk.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/graphviz/files/graphviz-2.16.1-tcltk.patch?rev=1.1&content-type=text/plain
13
14 Index: graphviz-2.16.1-tcltk.patch
15 ===================================================================
16 fix tcl/tc building for 8.5 - bug 181526
17
18 diff -ur graphviz-2.16.1.orig/tclpkg/tkspline/Makefile.am graphviz-2.16.1/tclpkg/tkspline/Makefile.am
19 --- graphviz-2.16.1.orig/tclpkg/tkspline/Makefile.am 2007-12-29 01:13:37.000000000 +0100
20 +++ graphviz-2.16.1/tclpkg/tkspline/Makefile.am 2007-12-29 01:13:58.000000000 +0100
21 @@ -11,7 +11,7 @@
22
23 # If all else fails there is a local copy of tkInt.h in tkstubs/
24 AM_CPPFLAGS = \
25 - -I@TK_SRC_DIR@/generic \
26 + -I@TK_SRC_DIR@/generic -I@TK_SRC_DIR@/unix \
27 -I@TCL_SRC_DIR@/generic \
28 @TCL_INCLUDES@ @TCLINT_INCLUDES@ \
29 @TK_INCLUDES@ @TKINT_INCLUDES@ -I$(top_srcdir)/tclpkg/tkstubs
30
31
32
33 --
34 gentoo-commits@g.o mailing list