aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-09-04 21:09:38 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-09-04 21:14:19 +0000
commit4a933f3420f6dad303c07a4b90c6d2d591f84b98 (patch)
treefce3528db7286d45fd23607c8f52bb42268850f3 /math
parentf53378164697ff260fc02a5581f856184c3e1cf2 (diff)
downloadports-4a933f3420f6dad303c07a4b90c6d2d591f84b98.tar.gz
ports-4a933f3420f6dad303c07a4b90c6d2d591f84b98.zip
Diffstat (limited to 'math')
-rw-r--r--math/nauty/files/patch-makefile.in13
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@