mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
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/
10 lines
471 B
Text
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)
|