diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-07-12 19:28:43 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-13 12:17:37 +0200 |
commit | e8b6e37e982e3c16e5013ed8c0cf31eadc2e540f (patch) | |
tree | 520026528a2952369cea932c937975dd7bceb2d9 /app-office/dia2code | |
parent | app-emulation/virtualbox: Bump to versions 5.0.24 and 5.1.0 (diff) | |
download | gentoo-e8b6e37e982e3c16e5013ed8c0cf31eadc2e540f.tar.gz gentoo-e8b6e37e982e3c16e5013ed8c0cf31eadc2e540f.tar.bz2 gentoo-e8b6e37e982e3c16e5013ed8c0cf31eadc2e540f.zip |
app-office/dia2code: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/1876
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-office/dia2code')
-rw-r--r-- | app-office/dia2code/files/dia2code-0.8.5-ar.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-office/dia2code/files/dia2code-0.8.5-ar.patch b/app-office/dia2code/files/dia2code-0.8.5-ar.patch deleted file mode 100644 index 308b2fc8169f..000000000000 --- a/app-office/dia2code/files/dia2code-0.8.5-ar.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- configure.in 2012-07-07 15:52:28.000000000 +0200 -+++ configure.in 2013-05-31 21:56:05.155859911 +0200 -@@ -8,6 +8,10 @@ - dnl Checks for programs. - AC_PROG_CC - AC_PROG_RANLIB -+AN_MAKEVAR([AR], [AC_PROG_AR]) -+AN_PROGRAM([ar], [AC_PROG_AR]) -+AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)]) -+AC_PROG_AR - dnl Checks for libraries. - - AC_PATH_PROG(XML_CONFIG, xml2-config, no) ---- dia2code/Makefile.in 2007-01-06 18:34:14.000000000 +0100 -+++ dia2code/Makefile.in 2013-05-31 21:56:46.765920940 +0200 -@@ -208,7 +208,7 @@ - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) - --AR = ar -+AR = @AR@ - - clean-noinstLIBRARIES: - -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |