Index | Thread | Search

From:
"Anthony J. Bentley" <bentley@openbsd.org>
Subject:
Re: cynthiune-1.0.0: C only
To:
Rafael Sadowski <rafael@sizeofvoid.org>
Cc:
ports@openbsd.org, Sebastian Reitenbach <sebastia@openbsd.org>
Date:
Fri, 23 May 2025 22:20:58 -0600

Download raw body.

Thread
Rafael Sadowski writes:
> We can drop COMPILER_LIBCXX here. It's C onyl, OK?

Needs REVISION bump. And musicbrainz5 went missing. ok with those fixed.

> 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 \
>