termux-packages/packages/calc/no-march-native.patch
Henrik Grimler 449e7e43c3 calc: update to 2.12.8.0
Switch to getting src from github, this is recommended on the website (also
gives us https).
2021-02-14 08:22:55 +01:00

14 lines
460 B
Diff

--- ./Makefile.ship~ 2021-02-13 06:35:46.000000000 +0000
+++ ./Makefile.ship 2021-02-14 07:20:08.457009951 +0000
@@ -1125,8 +1125,8 @@
# The ARCH_CFLAGS are ${CC} when compiling C files. They follow
# CCMISC and precede EXTRA_CFLAGS.
#
-ARCH_CFLAGS= -march=native
-#ARCH_CFLAGS=
+#ARCH_CFLAGS= -march=native
+ARCH_CFLAGS=
# COMMON_CFLAGS are the common ${CC} flags used for all programs, both
# intermediate and final calc and calc related programs