head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.08.27.01.23.18; author gutteridge; state Exp; branches; next ; commitid jHXIs10wmSYxkdTG; desc @@ 1.1 log @firefox153: import Firefox 153.1 as www/firefox153 Mozilla Firefox is a free, open-source and cross-platform web browser for Windows, Linux, MacOS X and many other operating systems. It is fast and easy to use, and offers many advantages over other web browsers, such as tabbed browsing and the ability to block pop-up windows. Firefox also offers excellent bookmark and history management, and it can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available. Note: Due to upstream's trademark policies, this package identifies as "Nightly" rather than "Firefox" by default. This package provides Firefox 153 Extended Support Release. @ text @$NetBSD: patch-xpcom_base_nscore.h,v 1.5 2019/03/19 16:11:28 ryoon Exp $ * Support llvm/clang --- xpcom/base/nscore.h.orig 2019-03-07 16:53:44.000000000 +0000 +++ xpcom/base/nscore.h @@@@ -76,7 +76,7 @@@@ * NS_HIDDEN_(int) NS_FASTCALL func2(char *foo); */ -#if defined(__i386__) && defined(__GNUC__) +#if defined(__i386__) && defined(__GNUC__) && !(defined(__clang__) && __clang_major__ == 3 && __clang_minor__ == 4 && __clang_patchlevel__ == 0) # define NS_FASTCALL __attribute__((regparm(3), stdcall)) # define NS_CONSTRUCTOR_FASTCALL __attribute__((regparm(3), stdcall)) #elif defined(XP_WIN) && !defined(_WIN64) @