diff options
author | David Tardon <dtardon@redhat.com> | 2013-12-01 09:02:13 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-12-01 09:02:18 +0100 |
commit | 0f4be588622379388650d8fc451829d17d16a7bf (patch) | |
tree | 28357734bff5209f9b7270d23b730d0f01201fae /external/libeot | |
parent | fc65f952d794c96c630842f61b1c9a22c4bb23ec (diff) |
upload libeot-0.01
Change-Id: I877cab5e13ebb52911b2e238a0f4ebb87cda73e9
Diffstat (limited to 'external/libeot')
-rw-r--r-- | external/libeot/UnpackedTarball_libeot.mk | 4 | ||||
-rw-r--r-- | external/libeot/libeot-avoid-autotools-run.patch.0 | 44 |
2 files changed, 0 insertions, 48 deletions
diff --git a/external/libeot/UnpackedTarball_libeot.mk b/external/libeot/UnpackedTarball_libeot.mk index 9b95fd2efef8..cbd1a69aa8b5 100644 --- a/external/libeot/UnpackedTarball_libeot.mk +++ b/external/libeot/UnpackedTarball_libeot.mk @@ -11,8 +11,4 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,libeot)) $(eval $(call gb_UnpackedTarball_set_tarball,libeot,$(LIBEOT_TARBALL))) -$(eval $(call gb_UnpackedTarball_add_patches,libeot,\ - external/libeot/libeot-avoid-autotools-run.patch.0 \ -)) - # vim: set noet sw=4 ts=4: diff --git a/external/libeot/libeot-avoid-autotools-run.patch.0 b/external/libeot/libeot-avoid-autotools-run.patch.0 deleted file mode 100644 index 875bda5429ed..000000000000 --- a/external/libeot/libeot-avoid-autotools-run.patch.0 +++ /dev/null @@ -1,44 +0,0 @@ ---- Makefile.in.dt 2013-11-12 17:02:57.555418341 +0100 -+++ Makefile.in 2013-11-12 17:04:03.100619894 +0100 -@@ -87,7 +87,7 @@ DIST_COMMON = $(srcdir)/Makefile.in $(sr - $(srcdir)/config.h.in depcomp $(libeot_include_HEADERS) ar-lib \ - compile config.guess config.sub install-sh missing ltmain.sh - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 --am__aclocal_m4_deps = $(top_srcdir)/configure.ac -+am__aclocal_m4_deps = - am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) - am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ -@@ -367,19 +367,6 @@ all: config.h - .SUFFIXES: .c .lo .o .obj - am--refresh: Makefile - @: --$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -- @for dep in $?; do \ -- case '$(am__configure_deps)' in \ -- *$$dep*) \ -- echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ -- $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ -- && exit 0; \ -- exit 1;; \ -- esac; \ -- done; \ -- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ -- $(am__cd) $(top_srcdir) && \ -- $(AUTOMAKE) --foreign Makefile - .PRECIOUS: Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ -@@ -394,12 +381,6 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - $(SHELL) ./config.status --recheck - --$(top_srcdir)/configure: $(am__configure_deps) -- $(am__cd) $(srcdir) && $(AUTOCONF) --$(ACLOCAL_M4): $(am__aclocal_m4_deps) -- $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) --$(am__aclocal_m4_deps): -- - config.h: stamp-h1 - @test -f $@ || rm -f stamp-h1 - @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 |