Gitweb links:
...log
http://git.netsurf-browser.org/libparserutils.git/shortlog/86aa715ed092ae7a3d58912f0c52850a71c771d8
...commit
http://git.netsurf-browser.org/libparserutils.git/commit/86aa715ed092ae7a3d58912f0c52850a71c771d8
...tree
http://git.netsurf-browser.org/libparserutils.git/tree/86aa715ed092ae7a3d58912f0c52850a71c771d8
The branch, ashmew2/kolibrios-port has been created
at 86aa715ed092ae7a3d58912f0c52850a71c771d8 (commit)
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/libparserutils.git/commit/?id=86aa715ed092ae7a3d58912f0c52850a71c771d8
commit 86aa715ed092ae7a3d58912f0c52850a71c771d8
Author: Ashish Gupta <[email protected]>
Commit: Ashish Gupta <[email protected]>
Fix Makefile for HOST=kolibrios
diff --git a/Makefile b/Makefile
index 894f10d..efd37b9 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,11 @@ else
CFLAGS := $(CFLAGS) -Dinline="__inline__"
endif
+# KolibriOS does not have a functional iconv (yet)
+ifeq ($(HOST),kolibrios)
+ CFLAGS += -DWITHOUT_ICONV_FILTER
+endif
+
include $(NSBUILD)/Makefile.top
# Extra installation rules
-----------------------------------------------------------------------
--
Lexer/parser utility functions
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org