aboutsummaryrefslogtreecommitdiffstats
path: root/main/opensp/opensp-1.5-install.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2016-05-17 14:40:54 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2016-05-17 14:40:54 +0000
commitc548d43e2d8796a4c2178a8044fa40e6e7b6ab66 (patch)
tree462dd889ac838e9e5de35887f79445d9a674d526 /main/opensp/opensp-1.5-install.patch
parentc720509967304f8e7a3de10561982ee8d6531c4e (diff)
downloadaports-c548d43e2d8796a4c2178a8044fa40e6e7b6ab66.tar.bz2
aports-c548d43e2d8796a4c2178a8044fa40e6e7b6ab66.tar.xz
main/opensp: move to main for building openjade
Diffstat (limited to 'main/opensp/opensp-1.5-install.patch')
-rw-r--r--main/opensp/opensp-1.5-install.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/main/opensp/opensp-1.5-install.patch b/main/opensp/opensp-1.5-install.patch
new file mode 100644
index 0000000000..aea321854e
--- /dev/null
+++ b/main/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; \