aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/netsurf-system-utf8proc.patch
blob: a2ee52ca0539831206d9d646070a763975c3c81e (about) (plain) +27,7 @@ #include <stdlib.h> #include <string.h> #include <sys/types.h> -#include <libutf8proc/utf8proc.h> +#include <utf8proc.h> #include "netsurf/inttypes.h" --- netsurf-3.8/test/Makefile +++ netsurf-3.8/test/Makefile @@ -142,14 +142,15 @@ -Itest -Iinclude -Icontent/handlers -Ifrontends -I. -I.. \ -Dnsgtk \ $(SAN_FLAGS) \ - $(shell pkg-config --cflags libcurl libparserutils libwapcaplet libdom libnsutils libutf8proc) \ + $(shell pkg-config --cflags libcurl libparserutils libwapcaplet libdom libnsutils) \ $(LIB_CFLAGS) TESTCFLAGS := $(BASE_TESTCFLAGS) \ $(COV_CFLAGS) \ $(COV_CPPFLAGS) TESTLDFLAGS := -L$(TESTROOT) \ - $(shell pkg-config --libs libcurl libparserutils libwapcaplet libdom libnsutils libutf8proc) -lz \ + $(shell pkg-config --libs libcurl libparserutils libwapcaplet libdom libnsutils) \ + $(LDFLAGS) \ $(SAN_FLAGS) \ $(LIB_LDFLAGS)\ $(COV_LDFLAGS)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
2021-03-03gnu: infernal: Update to 1.1.4....* gnu/packages/bioinformatics.scm (infernal): Update to 1.1.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Tim Howes
2021-03-03gnu: hmmer: Update to 3.3.2....* gnu/packages/bioinformatics.scm (hmmer): Update to 3.3.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Tim Howes