about summary refs log tree commit diff stats
path: root/freebsd/Makefile
diff options
context:
space:
mode:
authormarco <marco@conformal.com>2011-10-24 09:13:54 -0500
committermarco <marco@conformal.com>2011-10-24 09:13:54 -0500
commitf04facb5c0f762e6726658869fa745c8f25a41b9 (patch)
treee56ca8cb60e958f3a9dff703da7c604a339815b2 /freebsd/Makefile
parent118e105002426ef9720fe80f7e01ca6bdfa3b907 (diff)
downloadxombrero-f04facb5c0f762e6726658869fa745c8f25a41b9.tar.gz
Add threading here too
Diffstat (limited to 'freebsd/Makefile')
-rw-r--r--freebsd/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile
index e018002..32860f2 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -1,11 +1,9 @@
-# $xxxterm$
+LIBS= gtk+-2.0 webkit-1.0 libsoup-2.4 gnutls -gthread-2.0
 
-LIBS= gtk+-2.0 webkit-1.0 libsoup-2.4 gnutls
-
-LDADD= -lutil
+LDADD= -lutil -lgcrypt
 GTK_CFLAGS!= pkg-config --cflags $(LIBS)
 GTK_LDFLAGS!= pkg-config --libs $(LIBS)
-CFLAGS+= $(GTK_CFLAGS) -Wall -pthread
+CFLAGS+= $(GTK_CFLAGS) -O2 -Wall -pthread
 LDFLAGS+= $(GTK_LDFLAGS) -pthread
 
 PREFIX?= /usr/local