Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2014 17:14:29 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361107 - head/games/atomix
Message-ID:  <201407071714.s67HETAY095610@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Jul  7 17:14:29 2014
New Revision: 361107
URL: http://svnweb.freebsd.org/changeset/ports/361107
QAT: https://qat.redports.org/buildarchive/r361107/

Log:
  games/atomix: stage, explicitly link with libm (dports)

Modified:
  head/games/atomix/Makefile

Modified: head/games/atomix/Makefile
==============================================================================
--- head/games/atomix/Makefile	Mon Jul  7 17:12:50 2014	(r361106)
+++ head/games/atomix/Makefile	Mon Jul  7 17:14:29 2014	(r361107)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407071714.s67HETAY095610>