diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-26 08:03:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-26 08:03:14 +0000 |
commit | d1d4e41d680c09f00e12996336f096c8b1548ef8 (patch) | |
tree | 40dfb765772b8bc40bebc11636432924cb10a8ca /main/libnotify/skip-tests.patch | |
parent | 290f0e0a1118235cefcfca09e625d09403b8e846 (diff) | |
download | aports-d1d4e41d680c09f00e12996336f096c8b1548ef8.tar.bz2 aports-d1d4e41d680c09f00e12996336f096c8b1548ef8.tar.xz |
main/libnotify: build fix. skip tests
Diffstat (limited to 'main/libnotify/skip-tests.patch')
-rw-r--r-- | main/libnotify/skip-tests.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/libnotify/skip-tests.patch b/main/libnotify/skip-tests.patch new file mode 100644 index 0000000000..ee86077c28 --- /dev/null +++ b/main/libnotify/skip-tests.patch @@ -0,0 +1,11 @@ +--- ./Makefile.in.orig ++++ ./Makefile.in +@@ -293,7 +293,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +-SUBDIRS = libnotify docs tools tests ++SUBDIRS = libnotify docs tools + pcdata_DATA = libnotify.pc + pcdatadir = $(libdir)/pkgconfig + EXTRA_DIST = \ |