Date: Fri, 18 Sep 2020 20:43:01 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548903 - head/games/atomix Message-ID: <202009182043.08IKh10C076056@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Sep 18 20:43:00 2020 New Revision: 548903 URL: https://svnweb.freebsd.org/changeset/ports/548903 Log: Fix build with lld as a linker While here remove USES=gmake which was anway unused overriden with USES=meson PR: 249418 Reported by: vvd@unislabs.com Modified: head/games/atomix/Makefile Modified: head/games/atomix/Makefile ============================================================================== --- head/games/atomix/Makefile Fri Sep 18 20:25:33 2020 (r548902) +++ head/games/atomix/Makefile Fri Sep 18 20:43:00 2020 (r548903) @@ -18,7 +18,8 @@ LIB_DEPENDS= libgnome-games-support-1.so:games/libgnom PORTSCOUT= limitw:1,even -USES= gettext gmake gnome meson pkgconfig tar:xz +USES= gettext gnome meson pkgconfig tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 +LDFLAGS= -lm .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009182043.08IKh10C076056>