svn commit: r548903 - head/games/atomix

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 18 20:43:01 UTC 2020


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 at 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>


More information about the svn-ports-all mailing list