diff options
author | Abel `00z' Camarillo <00z@the00z.org> | 2009-05-24 21:03:17 -0500 |
---|---|---|
committer | Abel `00z' Camarillo <00z@the00z.org> | 2009-05-24 21:03:17 -0500 |
commit | abec4c22eae603c70670e015111c854000beb638 (patch) | |
tree | e691339b8ca06a61626b5954cc7bb9a2c73d1ee6 /Makefile | |
parent | b8af1378d2c75e9062eea69918f164c177c8f8ff (diff) |
uzbl now builds on OpenBSD
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -CPPFLAGS=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0) -ggdb -Wall -W -DARCH="\"$(shell uname -m)\"" -DG_ERRORCHECK_MUTEXES -DCOMMIT="\"$(shell git log | head -n1 | sed "s/.* //")\"" -LDFLAGS=$(shell pkg-config --libs gtk+-2.0 webkit-1.0) +CPPFLAGS=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0 libsoup-2.4) -ggdb -Wall -W -DARCH="\"$(shell uname -m)\"" -DG_ERRORCHECK_MUTEXES -DCOMMIT="\"$(shell git log | head -n1 | sed "s/.* //")\"" +LDFLAGS=$(shell pkg-config --libs gtk+-2.0 webkit-1.0 libsoup-2.4) -pthread all: uzbl uzblctrl test: uzbl |