Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2018 23:56:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232799] www/netsurf: fails to build "Unable to find library for: utf8proc"
Message-ID:  <bug-232799-7788-7TPtmY5lfY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232799-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232799-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232799

--- Comment #1 from w.schwarzenfeld@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 +=3D -lz
+LDFLAGS +=3D -lz -lutf8proc

 # Optional libraries with pkgconfig

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232799-7788-7TPtmY5lfY>