math/nauty: Revert unintended change
This commit is contained in:
parent
6b5a52e068
commit
bed4073e0c
1 changed files with 0 additions and 13 deletions
|
@ -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@
|
Loading…
Reference in a new issue