this needs -lm on Solaris for a bunch of math functions.
This commit is contained in:
parent
ffc21301a6
commit
96ad7da25b
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.10 2004/03/07 06:59:21 snj Exp $
|
# $NetBSD: Makefile,v 1.11 2004/06/15 13:23:10 grant Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= gltron-0.70-source
|
DISTNAME= gltron-0.70-source
|
||||||
|
@ -15,6 +15,8 @@ WRKSRC= ${WRKDIR}/${PKGBASE}
|
||||||
USE_BUILDLINK3= YES
|
USE_BUILDLINK3= YES
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= YES
|
||||||
|
|
||||||
|
LIBS.SunOS+= -lm
|
||||||
|
|
||||||
.include "../../audio/SDL_sound/buildlink3.mk"
|
.include "../../audio/SDL_sound/buildlink3.mk"
|
||||||
.include "../../graphics/MesaLib/buildlink3.mk"
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
||||||
.include "../../graphics/png/buildlink3.mk"
|
.include "../../graphics/png/buildlink3.mk"
|
||||||
|
|
Loading…
Reference in a new issue