diff options
Diffstat (limited to 'security/tor-browser/hacks.mk')
-rw-r--r-- | security/tor-browser/hacks.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/tor-browser/hacks.mk b/security/tor-browser/hacks.mk deleted file mode 100644 index 59ea344674a..00000000000 --- a/security/tor-browser/hacks.mk +++ /dev/null @@ -1,13 +0,0 @@ -# $NetBSD: hacks.mk,v 1.1 2016/02/14 07:30:54 ryoon Exp $ - -.if !defined(XULRUNNER_HACKS_MK) -XULRUNNER_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 # XULRUNNER_HACKS_MK |