pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/gltron this needs -lm on Solaris for a bunch of ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a49bbc92afe3
branches: trunk
changeset: 476594:a49bbc92afe3
user: grant <grant%pkgsrc.org@localhost>
date: Tue Jun 15 13:23:10 2004 +0000
description:
this needs -lm on Solaris for a bunch of math functions.
diffstat:
games/gltron/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 1a5d408fd430 -r a49bbc92afe3 games/gltron/Makefile
--- a/games/gltron/Makefile Tue Jun 15 13:21:21 2004 +0000
+++ b/games/gltron/Makefile Tue Jun 15 13:23:10 2004 +0000
@@ -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
@@ -15,6 +15,8 @@
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
+LIBS.SunOS+= -lm
+
.include "../../audio/SDL_sound/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index