From 224b11ae3b514e8e1cd7cae9fbc80939ad744d2e Mon Sep 17 00:00:00 2001 From: John Marino Date: Mon, 7 Jul 2014 17:14:29 +0000 Subject: [PATCH] games/atomix: stage, explicitly link with libm (dports) --- games/atomix/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/games/atomix/Makefile b/games/atomix/Makefile index dfc4215ca414..df65712e20f0 100644 --- a/games/atomix/Makefile +++ b/games/atomix/Makefile @@ -12,14 +12,12 @@ DIST_SUBDIR= gnome2 MAINTAINER= ports@FreeBSD.org COMMENT= Yet another little mind game -USE_BZIP2= yes -USES= gettext gmake pkgconfig +USES= gettext gmake pkgconfig tar:bzip2 USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lm -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/games\.games/games:games/' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in