From 9b7f016e3e8d180896dbc356723b4717ff8bc3d6 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Wed, 11 May 2016 13:38:06 +0000 Subject: community/opensp: move to community --- testing/opensp/opensp-1.5-install.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 testing/opensp/opensp-1.5-install.patch (limited to 'testing/opensp/opensp-1.5-install.patch') diff --git a/testing/opensp/opensp-1.5-install.patch b/testing/opensp/opensp-1.5-install.patch deleted file mode 100644 index aea321854e..0000000000 --- a/testing/opensp/opensp-1.5-install.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/intl/Makefile.in -+++ b/intl/Makefile.in -@@ -153,11 +153,11 @@ - : ; \ - fi - if test '@USE_INCLUDED_LIBINTL@' = yes; then \ -- test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \ -- temp=$(DESTDIR)$(libdir)/t-charset.alias; \ -- dest=$(DESTDIR)$(libdir)/charset.alias; \ -- if test -f $(DESTDIR)$(libdir)/charset.alias; then \ -- orig=$(DESTDIR)$(libdir)/charset.alias; \ -+ test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(datadir); \ -+ temp=$(DESTDIR)$(datadir)/t-charset.alias; \ -+ dest=$(DESTDIR)$(datadir)/charset.alias; \ -+ if test -f $(DESTDIR)$(datadir)/charset.alias; then \ -+ orig=$(DESTDIR)$(datadir)/charset.alias; \ - sed -f ref-add.sed $$orig > $$temp; \ - $(INSTALL_DATA) $$temp $$dest; \ - rm -f $$temp; \ -- cgit v1.2.3