On 2019/06/25 14:49, Raphael Graf wrote:
> diff -uNpr /tmp/libopenmpt/Makefile /usr/ports/audio/libopenmpt/Makefile
> --- /tmp/libopenmpt/Makefile  Sat Jun 22 10:42:41 2019
> +++ /usr/ports/audio/libopenmpt/Makefile      Tue Jun 25 12:58:44 2019
> @@ -21,6 +21,8 @@ WANTLIB +=  sndio vorbis vorbisenc vorbisfile z
>  
>  MASTER_SITES =       https://lib.openmpt.org/files/libopenmpt/src/
>  
> +COMPILER =   base-clang ports-gcc
> +
>  LIB_DEPENDS =        audio/flac \
>               audio/libsndfile \
>               audio/libvorbis \

^ yes, that is needed. If there are C++ libs in WANTLIB then COMPILER
should be set unless there's a special case.

Reply via email to