diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 01:58:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 01:58:45 +0000 |
commit | 1a1d2a9ff8846b7c4c1939fbe71fe0026c902959 (patch) | |
tree | beb715680384f89ff6443e0b9c110417ebb0913f /media-gfx/graphviz | |
parent | Version bump. Remove call to intltoolize --force --copy --automake because au... (diff) | |
download | gentoo-2-1a1d2a9ff8846b7c4c1939fbe71fe0026c902959.tar.gz gentoo-2-1a1d2a9ff8846b7c4c1939fbe71fe0026c902959.tar.bz2 gentoo-2-1a1d2a9ff8846b7c4c1939fbe71fe0026c902959.zip |
Fix building with newer automake.
(Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/graphviz')
-rw-r--r-- | media-gfx/graphviz/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/graphviz/files/graphviz-2.28.0-automake-1.11.2.patch | 12 |
2 files changed, 16 insertions, 2 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog index 66b3739f8142..152467061eec 100644 --- a/media-gfx/graphviz/ChangeLog +++ b/media-gfx/graphviz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/graphviz # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.245 2012/05/23 19:20:08 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.246 2012/05/24 01:58:45 vapier Exp $ + + 24 May 2012; Mike Frysinger <vapier@gentoo.org> + files/graphviz-2.28.0-automake-1.11.2.patch: + Fix building with newer automake. *graphviz-2.28.0 (23 May 2012) diff --git a/media-gfx/graphviz/files/graphviz-2.28.0-automake-1.11.2.patch b/media-gfx/graphviz/files/graphviz-2.28.0-automake-1.11.2.patch index 2800623888d5..7b279fccc145 100644 --- a/media-gfx/graphviz/files/graphviz-2.28.0-automake-1.11.2.patch +++ b/media-gfx/graphviz/files/graphviz-2.28.0-automake-1.11.2.patch @@ -8,7 +8,6 @@ Due to the following change, {pkglib,pkginclude}_DATA is invalid: http://git.savannah.gnu.org/cgit/automake.git/commit/?id=9ca632642b006ac6b0fc4ce0ae5b34023faa8cbf --- -diff --git a/plugin/ming/Makefile.am b/plugin/ming/Makefile.am --- a/plugin/ming/Makefile.am +++ b/plugin/ming/Makefile.am @@ -17,7 +17,8 @@ lib_LTLIBRARIES = libgvplugin_ming.la @@ -21,3 +20,14 @@ diff --git a/plugin/ming/Makefile.am b/plugin/ming/Makefile.am endif libgvplugin_ming_C_la_SOURCES = \ +--- a/tclpkg/gv/Makefile.am ++++ b/tclpkg/gv/Makefile.am +@@ -257,7 +257,7 @@ $(TCL_data): gv_tcl.cpp + gv_tcl.cpp: gv.i + $(SWIG) -c++ -tcl -namespace -o gv_tcl.cpp $(srcdir)/gv.i + +-pkginclude_DATA = gv.i gv.cpp ++pkginclude_HEADERS = gv.i gv.cpp + pkglib_LTLIBRARIES = + man_MANS = + DEVTSTS = |