pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/ketm games/ketm: Fix indirect linking on DragonFly



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15fbd5711dc6
branches:  trunk
changeset: 603906:15fbd5711dc6
user:      marino <marino%pkgsrc.org@localhost>
date:      Wed May 16 15:16:09 2012 +0000

description:
games/ketm: Fix indirect linking on DragonFly

diffstat:

 games/ketm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9f92dcbce893 -r 15fbd5711dc6 games/ketm/Makefile
--- a/games/ketm/Makefile       Wed May 16 15:11:15 2012 +0000
+++ b/games/ketm/Makefile       Wed May 16 15:16:09 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2008/03/04 06:59:04 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2012/05/16 15:16:09 marino Exp $
 #
 
 DISTNAME=      ketm-0.0.6
@@ -19,6 +19,8 @@
 
 INSTALLATION_DIRS=     bin share/ketm/data
 
+LDFLAGS.DragonFly=     -lm
+
 SUBST_CLASSES+=                ketm
 SUBST_STAGE.ketm=      pre-configure
 SUBST_FILES.ketm=      *.c font.h



Home | Main Index | Thread Index | Old Index