summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-05-03 17:15:27 +0000
committerJustin Lecher <jlec@gentoo.org>2013-05-03 17:15:27 +0000
commitb77db769a97f7e49f1e249e85e9feeb5a909b8ba (patch)
tree87a8d3ccacc5b64f66b8d99fd719f860a50c620e /gnome-base/orbit/files
parentInitial commit, wrt bug #263658. Ebuild by Mikle Kolyada, who will maintain t... (diff)
downloadgentoo-2-b77db769a97f7e49f1e249e85e9feeb5a909b8ba.tar.gz
gentoo-2-b77db769a97f7e49f1e249e85e9feeb5a909b8ba.tar.bz2
gentoo-2-b77db769a97f7e49f1e249e85e9feeb5a909b8ba.zip
gnome-base/orbit: Fix usage of srcdir with tests for atuomake-1.13 compatibility, #454956
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'gnome-base/orbit/files')
-rw-r--r--gnome-base/orbit/files/orbit-2.14.19-automake-1.13.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnome-base/orbit/files/orbit-2.14.19-automake-1.13.patch b/gnome-base/orbit/files/orbit-2.14.19-automake-1.13.patch
new file mode 100644
index 000000000000..fcfeefba08cb
--- /dev/null
+++ b/gnome-base/orbit/files/orbit-2.14.19-automake-1.13.patch
@@ -0,0 +1,22 @@
+ test/everything/Makefile.am | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/test/everything/Makefile.am b/test/everything/Makefile.am
+index 32beb36..1eef7ac 100644
+--- a/test/everything/Makefile.am
++++ b/test/everything/Makefile.am
+@@ -73,12 +73,12 @@ server_DEPENDENCIES=${EVERYTHING_BUILT} $(included_src)
+
+ IDL_FLAGS= --showcpperrors --add-imodule
+ IDL_FILES= everything.idl
+-include $(top_srcdir)/Makefile.shared
++include ../../Makefile.shared
+
+ BUILT_SOURCES = ${EVERYTHING_BUILT} everything-imodule.c
+ CLEANFILES = ${BUILT_SOURCES} iorfile
+
+-TESTS = $(srcdir)/test.sh
++TESTS = test.sh
+
+ EXTRA_DIST = $(IDL_FILES) test.sh $(included_src)
+