83c50b692d
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.
13 lines
287 B
Makefile
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
|