pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/gcube emulators/gcube: Fix indirect linking ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c018a8b103b
branches:  trunk
changeset: 603920:1c018a8b103b
user:      marino <marino%pkgsrc.org@localhost>
date:      Wed May 16 18:35:28 2012 +0000

description:
emulators/gcube: Fix indirect linking on DragonFly

diffstat:

 emulators/gcube/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 389f2b7431f7 -r 1c018a8b103b emulators/gcube/Makefile
--- a/emulators/gcube/Makefile  Wed May 16 18:27:12 2012 +0000
+++ b/emulators/gcube/Makefile  Wed May 16 18:35:28 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2010/12/23 11:44:29 dsainty Exp $
+# $NetBSD: Makefile,v 1.18 2012/05/16 18:35:28 marino Exp $
 #
 
 DISTNAME=              gcube-0.4-src
@@ -18,6 +18,8 @@
 USE_TOOLS+=            gmake
 WRKSRC=                        ${WRKDIR}/0.4
 
+LDFLAGS.DragonFly=     -lm
+
 .include "../../mk/bsd.prefs.mk"
 
 .if !empty(MACHINE_ARCH:Mi386)



Home | Main Index | Thread Index | Old Index