svn commit: r531873 - head/audio/squash
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Apr 16 19:15:01 UTC 2020
Author: pkubaj
Date: Thu Apr 16 19:15:00 2020
New Revision: 531873
URL: https://svnweb.freebsd.org/changeset/ports/531873
Log:
audio/squash: fix build on GCC architectures
Newer GCC is necessary:
/usr/local/lib/libid3.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
Modified:
head/audio/squash/Makefile
Modified: head/audio/squash/Makefile
==============================================================================
--- head/audio/squash/Makefile Thu Apr 16 18:42:24 2020 (r531872)
+++ head/audio/squash/Makefile Thu Apr 16 19:15:00 2020 (r531873)
@@ -18,7 +18,7 @@ LIB_DEPENDS+= libFLAC.so:audio/flac \
libao.so:audio/libao
RUN_DEPENDS= id3v2:audio/id3v2
-USES= gmake ncurses tar:bzip2
+USES= compiler:c11 gmake ncurses tar:bzip2
USE_RUBY= yes
MAKE_ARGS= CC="${CC}"
More information about the svn-ports-all
mailing list