Date: Sat, 4 Sep 2021 23:47:01 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bed4073e0c91 - main - math/nauty: Revert unintended change Message-ID: <202109042347.184Nl1bn048458@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=bed4073e0c91a1fc23e4ecd319c2e83e021593c7 commit bed4073e0c91a1fc23e4ecd319c2e83e021593c7 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-09-04 23:46:21 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-09-04 23:46:59 +0000 math/nauty: Revert unintended change --- math/nauty/files/patch-makefile.in | 13 ------------- 1 file changed, 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@
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109042347.184Nl1bn048458>