ports/textproc/libutf8proc/files/patch-Makefile
Olivier Duchateau c33b3f73a2 This is the Public software group utf8proc library repackaged as a
conveniance library for NetSurf.

This takes the unicode 5 capable version 1.1.6 of the library and
converts it to the NetSurf build system. additional API has been added
with a normalisation function but there are no data changes from
upstream.

WWW: http://www.netsurf-browser.org/
2016-03-20 16:34:30 +00:00

10 lines
471 B
Text

--- Makefile.orig 2016-01-07 00:18:19 UTC
+++ Makefile
@@ -46,5 +46,5 @@ endif
# Extra installation rules
I := /$(INCLUDEDIR)/libutf8proc
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libutf8proc/utf8proc.h
-INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR)/pkgconfig:lib$(COMPONENT).pc.in
-INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR):$(OUTPUT)
+INSTALL_ITEMS := $(INSTALL_ITEMS) /libdata/pkgconfig:lib$(COMPONENT).pc.in
+INSTALL_ITEMS := $(INSTALL_ITEMS) /lib:$(OUTPUT)