aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-09-04 23:46:21 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-09-04 23:46:59 +0000
commitbed4073e0c91a1fc23e4ecd319c2e83e021593c7 (patch)
tree9e2a2c0dbb8ff2930dfe46c940bfb67e0a71ad9d /math
parent6b5a52e0685a4fd9d6f870402548fc5ee7eb910a (diff)
downloadports-bed4073e0c91a1fc23e4ecd319c2e83e021593c7.tar.gz
ports-bed4073e0c91a1fc23e4ecd319c2e83e021593c7.zip
Diffstat (limited to 'math')
-rw-r--r--math/nauty/files/patch-makefile.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/math/nauty/files/patch-makefile.in b/math/nauty/files/patch-makefile.in
deleted file mode 100644
index 76dc49de9aac..000000000000
--- a/math/nauty/files/patch-makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
-- allow to add additional CFLAGS to build shared libraries
-
---- makefile.in.orig 2021-09-03 17:45:35 UTC
-+++ makefile.in
-@@ -3,7 +3,7 @@
-
- SHELL=@SHELL@
- CC=@CC@
--CFLAGS=@CFLAGS@ @MORECFLAGS@
-+CFLAGS=@CFLAGS@ @MORECFLAGS@ ${FREEBSD_EXTRA_CFLAGS}
- SAFECFLAGS=@CFLAGS@
- LDFLAGS=@LDFLAGS@ @LIBS@
- THREADLIB=@threadlib@