math/nauty: Revert unintended change

This commit is contained in:
Yuri Victorovich 2021-09-04 16:46:21 -07:00
parent 6b5a52e068
commit bed4073e0c

View file

@ -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@