summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-06-28 20:17:10 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-06-28 20:17:10 +0000
commit1e5644ba5e62084ad57b3ddef723451542505bcc (patch)
tree3fb99e954a48ce6a0542554a5fe70fd306d77ab5 /Makefile
parent36b5deef09d0390e6d1a7bac9362bb8bc0008b0b (diff)
downloadnetsurf-1e5644ba5e62084ad57b3ddef723451542505bcc.tar.gz
netsurf-1e5644ba5e62084ad57b3ddef723451542505bcc.tar.bz2
s/libnsfb-0/libnsfb/
svn path=/trunk/netsurf/; revision=8125
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 200c1ae3b..373ae05e8 100644
--- a/Makefile
+++ b/Makefile
@@ -501,7 +501,7 @@ ifeq ($(TARGET),framebuffer)
-D_BSD_SOURCE \
-D_XOPEN_SOURCE=600 \
-D_POSIX_C_SOURCE=200112L \
- $(shell $(PKG_CONFIG) --cflags libnsfb-0) \
+ $(shell $(PKG_CONFIG) --cflags libnsfb) \
$(shell $(PKG_CONFIG) --cflags libhubbub libcurl openssl) \
$(shell xml2-config --cflags)