diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-04 21:09:38 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-04 21:14:19 +0000 |
commit | 4a933f3420f6dad303c07a4b90c6d2d591f84b98 (patch) | |
tree | fce3528db7286d45fd23607c8f52bb42268850f3 /math | |
parent | f53378164697ff260fc02a5581f856184c3e1cf2 (diff) | |
download | ports-4a933f3420f6dad303c07a4b90c6d2d591f84b98.tar.gz ports-4a933f3420f6dad303c07a4b90c6d2d591f84b98.zip |
Diffstat (limited to 'math')
-rw-r--r-- | math/nauty/files/patch-makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/nauty/files/patch-makefile.in b/math/nauty/files/patch-makefile.in new file mode 100644 index 000000000000..76dc49de9aac --- /dev/null +++ b/math/nauty/files/patch-makefile.in @@ -0,0 +1,13 @@ +- 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@ |