diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2019-04-06 16:00:34 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2019-04-06 16:00:34 -0400 |
commit | 2a218bae1566e59a476278e3725ba8b8363af2e6 (patch) | |
tree | 1096f274cd6e47c973bf011a075114af235f62d3 /dev-libs/libutf8proc/files | |
parent | dev-lang/polyml: bump to 5.8 (diff) | |
download | gentoo-2a218bae1566e59a476278e3725ba8b8363af2e6.tar.gz gentoo-2a218bae1566e59a476278e3725ba8b8363af2e6.tar.bz2 gentoo-2a218bae1566e59a476278e3725ba8b8363af2e6.zip |
dev-libs/libutf8proc: bump to 2.3.0
Also, change upstream to what most revdeps assume: julia-maintained
utf8proc.
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-libs/libutf8proc/files')
-rw-r--r-- | dev-libs/libutf8proc/files/libutf8proc-2.3.0-no-static.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/libutf8proc/files/libutf8proc-2.3.0-no-static.patch b/dev-libs/libutf8proc/files/libutf8proc-2.3.0-no-static.patch new file mode 100644 index 000000000000..75e9eaac6b53 --- /dev/null +++ b/dev-libs/libutf8proc/files/libutf8proc-2.3.0-no-static.patch @@ -0,0 +1,21 @@ +diff --git a/Makefile b/Makefile +index e3310f7..44c8977 100644 +--- a/Makefile ++++ b/Makefile +@@ -46,7 +46,7 @@ pkgincludedir=$(includedir:$(prefix)/%=%) + + .PHONY: all clean data update manifest install + +-all: libutf8proc.a libutf8proc.$(SHLIB_EXT) ++all: libutf8proc.$(SHLIB_EXT) + + clean: + rm -f utf8proc.o libutf8proc.a libutf8proc.$(SHLIB_VERS_EXT) libutf8proc.$(SHLIB_EXT) +@@ -104,7 +104,6 @@ install: libutf8proc.a libutf8proc.$(SHLIB_EXT) libutf8proc.$(SHLIB_VERS_EXT) li + mkdir -m 755 -p $(DESTDIR)$(includedir) + $(INSTALL) -m 644 utf8proc.h $(DESTDIR)$(includedir) + mkdir -m 755 -p $(DESTDIR)$(libdir) +- $(INSTALL) -m 644 libutf8proc.a $(DESTDIR)$(libdir) + $(INSTALL) -m 755 libutf8proc.$(SHLIB_VERS_EXT) $(DESTDIR)$(libdir) + mkdir -m 755 -p $(DESTDIR)$(pkgconfigdir) + $(INSTALL) -m 644 libutf8proc.pc $(DESTDIR)$(pkgconfigdir)/libutf8proc.pc |