head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.08.27.01.23.16; 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-config_gcc-stl-wrapper.template.h,v 1.6 2026/05/30 17:06:09 ryoon Exp $ --- config/gcc-stl-wrapper.template.h.orig 2026-04-15 13:12:19.000000000 +0000 +++ config/gcc-stl-wrapper.template.h @@@@ -27,8 +27,8 @@@@ // limits) and bug 1694575 (iosfwd). // Please be careful when adding more exceptions, especially regarding // the header not directly or indirectly including . -#ifndef moz_dont_include_mozalloc_for_cstdlib -# define moz_dont_include_mozalloc_for_cstdlib +#ifndef moz_dont_include_mozalloc_for_${HEADER} +# define moz_dont_include_mozalloc_for_${HEADER} #endif #ifndef moz_dont_include_mozalloc_for_cmath @@@@ -50,7 +50,7 @@@@ // Include mozalloc after the STL header and all other headers it includes // have been preprocessed. #if !defined(MOZ_INCLUDE_MOZALLOC_H) && \ - !defined(moz_dont_include_mozalloc_for_${HEADER}) + !defined(moz_dont_include_mozalloc_for_cstdlib) # define MOZ_INCLUDE_MOZALLOC_H # define MOZ_INCLUDE_MOZALLOC_H_FROM_${HEADER} #endif @@@@ -78,5 +78,7 @@@@ #ifndef mozilla_throw_gcc_h # include "mozilla/throw_gcc.h" #endif + +#undef moz_dont_include_mzalloc_for_${HEADER} #endif // if mozilla_${HEADER}_h @