diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-05-11 13:38:06 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-05-11 13:38:06 +0000 |
commit | 9b7f016e3e8d180896dbc356723b4717ff8bc3d6 (patch) | |
tree | 0dc583e2e3ee4e700c1af0b7ca4d35737cc48594 /community/opensp/opensp-1.5-install.patch | |
parent | 77339ea531ef0dc66e1b269d86da4f92ba954b94 (diff) | |
download | aports-9b7f016e3e8d180896dbc356723b4717ff8bc3d6.tar.bz2 aports-9b7f016e3e8d180896dbc356723b4717ff8bc3d6.tar.xz |
community/opensp: move to community
Diffstat (limited to 'community/opensp/opensp-1.5-install.patch')
-rw-r--r-- | community/opensp/opensp-1.5-install.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/community/opensp/opensp-1.5-install.patch b/community/opensp/opensp-1.5-install.patch new file mode 100644 index 0000000000..aea321854e --- /dev/null +++ b/community/opensp/opensp-1.5-install.patch @@ -0,0 +1,19 @@ +--- 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; \ |