head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.8 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.6 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2025.04.25.21.25.03; author nia; state Exp; branches; next ; commitid EQEh9Eznad4RHtSF; desc @@ 1.1 log @basilisk: Initial import of the Basilisk web browser Basilisk is an UXP-based web browser inspired by pre-Servo Firefox but using the Goanna engine from Pale Moon. It's essentially Pale Moon with a user interface more like www/firefox52. @ text @$NetBSD: patch-platform_media_libtheora_moz.build,v 1.1 2024/07/29 18:13:48 nia Exp $ Runtime CPU detection on ARM is currently unimplemented for anything except Linux. --- platform/media/libtheora/moz.build.orig 2024-07-29 10:59:14.581061883 +0000 +++ platform/media/libtheora/moz.build @@@@ -82,7 +82,7 @@@@ if CONFIG['INTEL_ARCHITECTURE']: 'lib/x86/x86state.c', ] -if CONFIG['GNU_AS']: +if CONFIG['GNU_AS'] and CONFIG['OS_ARCH'] == 'Linux': if CONFIG['CPU_ARCH'] == 'arm': SOURCES += [ 'lib/arm/armcpu.c', @