Files
MINGW-packages/mingw-w64-notepad++/001-aarch64.patch
2025-04-09 08:18:54 +03:00

13 lines
579 B
Diff

diff -bur notepad-plus-plus-8.7.9-orig/PowerEditor/gcc/makefile notepad-plus-plus-8.7.9/PowerEditor/gcc/makefile
--- notepad-plus-plus-8.7.9-orig/PowerEditor/gcc/makefile 2025-04-08 15:36:11.862791600 -0600
+++ notepad-plus-plus-8.7.9/PowerEditor/gcc/makefile 2025-04-08 15:36:45.525308400 -0600
@@ -101,7 +101,7 @@
ifeq "$(TARGET_CPU)" ""
$(error TARGET_CPU detection failed)
endif
-ifneq "$(filter-out x86_64 i686,$(TARGET_CPU))" ""
+ifneq "$(filter-out x86_64 i686 aarch64,$(TARGET_CPU))" ""
$(error $(TARGET_CPU) build is unsupported)
endif
ifeq "$(TARGET_CPU)" "i686"