[Bug 232799] www/netsurf: fails to build "Unable to find library for: utf8proc"
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 29 23:56:28 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232799
--- Comment #1 from w.schwarzenfeld at utanet.at ---
Builds if I change
--- Makefile.orig 2018-10-29 23:43:38 UTC
+++ Makefile
@@ -521,10 +521,9 @@ $(eval $(call feature_switch,DUKTAPE,Jav
$(eval $(call pkg_config_find_and_add,libcss,CSS))
$(eval $(call pkg_config_find_and_add,libdom,DOM))
$(eval $(call pkg_config_find_and_add,libnsutils,nsutils))
-$(eval $(call pkg_config_find_and_add,libutf8proc,utf8proc))
# Common libraries without pkg-config support
-LDFLAGS += -lz
+LDFLAGS += -lz -lutf8proc
# Optional libraries with pkgconfig
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list