summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/gcube/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/gcube/Makefile b/emulators/gcube/Makefile
index 2c54b74354c..f97de131d83 100644
--- a/emulators/gcube/Makefile
+++ b/emulators/gcube/Makefile
@@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
WRKSRC= ${WRKDIR}/0.4
+LDFLAGS.DragonFly= -lm
+
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_ARCH:Mi386)