games/atomix: stage, explicitly link with libm (dports)
This commit is contained in:
parent
223bc2a99d
commit
224b11ae3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361107
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue