Download raw body.
cynthiune-1.0.0: C only
this is unlikely to be different to any other gnustep port, so if
changing this it would probably make sense to do the others too.
personally, I would just leave it, these are only built on clang
archs anyway so it's not like it pulls in unnecessary deps.
On 2025/05/24 06:05, Rafael Sadowski wrote:
> We can drop COMPILER_LIBCXX here. It's C onyl, OK?
>
> Cheers Rafael
>
> diff --git a/x11/gnustep/cynthiune/Makefile b/x11/gnustep/cynthiune/Makefile
> index ae18162bb36..7250d5c0de9 100644
> --- a/x11/gnustep/cynthiune/Makefile
> +++ b/x11/gnustep/cynthiune/Makefile
> @@ -10,9 +10,12 @@ SITES = ${SITE_SAVANNAH:=gap/}
> SHARED_LIBS += Cynthiune 0.0
>
> MODULES = x11/gnustep
> -WANTLIB += FLAC ao ogg sndio vorbis vorbisfile z musicbrainz5
> -WANTLIB += audiofile mad modplug tag tag_c id3tag mpcdec
> -WANTLIB += ${COMPILER_LIBCXX}
> +
> +COMPILER_LANGS = c
> +
> +WANTLIB += FLAC ao audiofile c++abi id3tag mad modplug mpcdec
> +WANTLIB += ogg sndio tag tag_c vorbis vorbisfile z
> +
> LIB_DEPENDS += audio/flac \
> audio/libid3tag \
> audio/libmad \
>
cynthiune-1.0.0: C only