Date: Mon, 8 Jul 2019 12:33:03 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506214 - head/net-mgmt/super_mediator Message-ID: <201907081233.x68CX3wB031589@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Mon Jul 8 12:33:03 2019 New Revision: 506214 URL: https://svnweb.freebsd.org/changeset/ports/506214 Log: net-mgmt/super_mediator: fix build with GCC-based architectures Since the switch to MySQL 5.7, C11-aware compiler is required: /usr/bin/ld: cannot find -latomic Approved by: mentors (implicit approval) Modified: head/net-mgmt/super_mediator/Makefile Modified: head/net-mgmt/super_mediator/Makefile ============================================================================== --- head/net-mgmt/super_mediator/Makefile Mon Jul 8 12:29:42 2019 (r506213) +++ head/net-mgmt/super_mediator/Makefile Mon Jul 8 12:33:03 2019 (r506214) @@ -18,7 +18,7 @@ LIB_DEPENDS= libfixbuf.so:net/libfixbuf \ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool pathfix perl5 pkgconfig ssl +USES= compiler:c11 libtool pathfix perl5 pkgconfig ssl USE_GNOME= glib20 PLIST_SUB+= PORTVERSION="${PORTVERSION}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907081233.x68CX3wB031589>