From a99ef02ba9242d6923e0b7a5cd204f8da3d78641 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Tue, 14 May 2013 12:04:34 -0400 Subject: Remove threading Now that the cert sideband thread is gone, threading can be removed. Making GTK calls across multiple threads is also deprecated in newer GTK versions and is severly broken on Windows, so there's no point in keeping this around. --- freebsd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'freebsd') diff --git a/freebsd/Makefile b/freebsd/Makefile index fb1ccf7..b057202 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -4,13 +4,13 @@ LIBS= gtk+-2.0 webkit-1.0 .else LIBS= gtk+-3.0 webkitgtk-3.0 .endif -LIBS+= libsoup-2.4 gnutls gthread-2.0 +LIBS+= libsoup-2.4 gnutls LDADD= -lutil -lgcrypt GTK_CFLAGS!= pkg-config --cflags $(LIBS) GTK_LDFLAGS!= pkg-config --libs $(LIBS) -CFLAGS+= $(GTK_CFLAGS) -O2 -Wall -pthread -I. -I.. -LDFLAGS+= $(GTK_LDFLAGS) -pthread +CFLAGS+= $(GTK_CFLAGS) -O2 -Wall -I. -I.. +LDFLAGS+= $(GTK_LDFLAGS) PREFIX?= /usr/local BINDIR?= $(PREFIX)/bin -- cgit 1.4.1-2-gfad0