pkgsrc/www/cliqz/hacks.mk
fox 83c50b692d Import of cliqz-1.26.3 as www/cliqz
Cliqz develops novel Internet browsers that incorporate features
such as search and anti-tracking. Cliqz desktop browser is based
on Mozilla Firefox.

Cliqz pre-installs the Cliqz add-on, which causes search terms to
be sent to Cliqz as the default search engine. In addition the
HTTPS Everywhere addon is installed, and an addon to manage consent.
2019-04-19 14:02:03 +00:00

13 lines
287 B
Makefile

# $NetBSD: hacks.mk,v 1.1 2019/04/19 14:02:03 fox Exp $
.if !defined(CLIQZ_HACKS_MK)
CLIQZ_HACKS_MK= defined
.include "../../mk/bsd.fast.prefs.mk"
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
CXXFLAGS+= -Wno-return-type-c-linkage
.endif
.endif # CLIQZ_HACKS_MK