1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

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)
This commit is contained in:
Piotr Kubaj 2019-07-08 12:33:03 +00:00
parent 45c36b331e
commit ffc019066f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506214

View File

@ -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}"