freebsd-ports/math/nauty/files/patch-makefile.in
Yuri Victorovich ec6283ede7 math/nauty: Update 27r1 -> 27r3
PR:		258237
Approved by:	moritz@schmi.tt (maintainer)
2021-09-20 14:34:21 -07:00

13 lines
317 B
Text

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