summaryrefslogtreecommitdiff
path: root/math/libtommath/files/patch-makefile__include.mk
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2019-01-31 11:50:23 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2019-01-31 11:50:23 +0000
commitdac7957e58712bf9dba0d3d5dee24eb37f2ddbb4 (patch)
tree0ae8eff356a80b9822d6349c45a3b25a09a8c090 /math/libtommath/files/patch-makefile__include.mk
parentwww/py-beaker: Do not override RUN_DEPENDS after bsd.port.pre.mk (diff)
math/libtommath: update to 1.1.0
Release notes: https://www.libtom.net/news/LTM_1.1.0/
Diffstat (limited to 'math/libtommath/files/patch-makefile__include.mk')
-rw-r--r--math/libtommath/files/patch-makefile__include.mk34
1 files changed, 0 insertions, 34 deletions
diff --git a/math/libtommath/files/patch-makefile__include.mk b/math/libtommath/files/patch-makefile__include.mk
deleted file mode 100644
index e8ac6d3375c3..000000000000
--- a/math/libtommath/files/patch-makefile__include.mk
+++ /dev/null
@@ -1,34 +0,0 @@
---- makefile_include.mk.orig 2017-08-29 20:27:36 UTC
-+++ makefile_include.mk
-@@ -17,16 +17,16 @@ ifndef CROSS_COMPILE
- CROSS_COMPILE=
- endif
-
--ifeq ($(CC),cc)
-- CC = $(CROSS_COMPILE)gcc
--endif
-+#ifeq ($(CC),cc)
-+# CC = $(CROSS_COMPILE)gcc
-+#endif
- LD=$(CROSS_COMPILE)ld
- AR=$(CROSS_COMPILE)ar
- RANLIB=$(CROSS_COMPILE)ranlib
-
--ifndef MAKE
-- MAKE=make
--endif
-+#ifndef MAKE
-+# MAKE=make
-+#endif
-
- CFLAGS += -I./ -Wall -Wsign-compare -Wextra -Wshadow
-
-@@ -65,7 +65,7 @@ CFLAGS += -Wno-nullability-completeness
- endif
-
- # adjust coverage set
--ifneq ($(filter $(shell arch), i386 i686 x86_64 amd64 ia64),)
-+ifneq ($(filter $(shell /sbin/sysctl -b hw.machine_arch), i386 i686 x86_64 amd64 ia64),)
- COVERAGE = test_standalone timing
- COVERAGE_APP = ./test && ./ltmtest
- else