From bed4073e0c91a1fc23e4ecd319c2e83e021593c7 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 4 Sep 2021 16:46:21 -0700 Subject: [PATCH] math/nauty: Revert unintended change --- math/nauty/files/patch-makefile.in | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 math/nauty/files/patch-makefile.in 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@