From bbe1fe0a5b49fe7781bb440c230be964acf7295f Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Fri, 6 May 2016 01:21:03 +0300 Subject: Fix build on FreeBSD This is a patch from https://github.com/conformal/xombrero/issues/131 by @cadadr. --- freebsd/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'freebsd/Makefile') diff --git a/freebsd/Makefile b/freebsd/Makefile index 3e3de1b..0f42e8c 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -9,7 +9,7 @@ LIBS+= libsoup-2.4 gnutls LDADD= -lutil GTK_CFLAGS!= pkgconf --cflags $(LIBS) GTK_LDFLAGS!= pkgconf --libs $(LIBS) -CFLAGS+= $(GTK_CFLAGS) -O2 -Wall -I. -I.. +CFLAGS+= $(GTK_CFLAGS) -O0 -Wall -I. -I.. LDFLAGS+= $(GTK_LDFLAGS) PREFIX?= /usr/local @@ -59,10 +59,10 @@ tldlist.o: ../tldlist.o ../xombrero.o: ../javascript.h ../tooltip.h -xombrero: xombrero.o freebsd.o marco.o about.o inspector.o whitelist.o settings.o \ - cookie.o history.o completion.o inputfocus.o tldlist.o externaleditor.o \ - unix.o - $(CC) $(LDFLAGS) -o $@ *.o $+ $(LDADD) +xombrero: ../xombrero.o freebsd.o ../marco.o ../about.o ../inspector.o ../whitelist.o \ + ../settings.o ../cookie.o ../history.o ../completion.o ../inputfocus.o ../tldlist.o \ + ../externaleditor.o ../unix.o + $(CC) $(LDFLAGS) -o $@ ${.ALLSRC} $(LDADD) install: all install -m 755 -d $(DESTDIR)$(BINDIR) -- cgit 1.4.1-2-gfad0 ight'>log tree commit diff stats
path: root/themes/original_bright
blob: 8f073610dafbf12ffe5e7b6ee89a071f0e4b9ff2 (plain) (blame)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79