summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-09-04 16:46:21 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2021-09-04 16:46:59 -0700
commitbed4073e0c91a1fc23e4ecd319c2e83e021593c7 (patch)
tree9e2a2c0dbb8ff2930dfe46c940bfb67e0a71ad9d
parentnet-mgmt/networkmgr: update it to 6.1 (diff)
math/nauty: Revert unintended change
-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@