Skip to content

Commit

Permalink
boehmgc: fix build after update
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Sep 9, 2024
1 parent 598cf71 commit 89d70c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devel/boehmgc/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ long_description \
github.tarball_from releases
distname gc-${version}

# gc_atomic_ops.h: warning: implicit declaration of function '__atomic_compare_exchange_n'
# gc_atomic_ops.h: error: '__ATOMIC_RELAXED' undeclared (first use in this function)
compiler.c_standard 2011

configure.args --enable-cplusplus \
--enable-static \
--with-libatomic-ops=none
Expand Down

0 comments on commit 89d70c0

Please sign in to comment.