mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
- Take maintainership. PR: 247298 Submitted by: /me Approved by: stephen (previous maintainer) Differential Revision: D24195
6 lines
210 B
Text
6 lines
210 B
Text
SAGE_SPKG_CONFIGURE([gc], [
|
|
SAGE_SPKG_DEPCHECK([libatomic_ops], [
|
|
dnl checking with pkg-config
|
|
PKG_CHECK_MODULES([GC], [bdw-gc-threaded >= 7.6.4], [], [sage_spkg_install_gc=yes])
|
|
])
|
|
])
|