gc: drop newline.
This commit is contained in:
parent
ca43ca7d55
commit
df83496bc8
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ hostmakedepends="automake pkg-config libtool"
|
|||
makedepends="libatomic_ops-devel"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
CFLAGS='-D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START
|
||||
-DUSE_MMAP -DHAVE_DL_ITERATE_PHDR'
|
||||
CFLAGS='-D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR'
|
||||
esac
|
||||
short_desc="A garbage collector for C and C++"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
|
Loading…
Reference in a new issue