From dd28a993aa654a5c1322472241eb815020ec2d96 Mon Sep 17 00:00:00 2001 From: tnn Date: Wed, 9 Mar 2016 22:10:13 +0000 Subject: needs -lm on Linux too --- emulators/gcube/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators/gcube') diff --git a/emulators/gcube/Makefile b/emulators/gcube/Makefile index c7dae4c2c07..6ff0f0d457a 100644 --- a/emulators/gcube/Makefile +++ b/emulators/gcube/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/04/25 14:20:45 tnn Exp $ +# $NetBSD: Makefile,v 1.23 2016/03/09 22:10:13 tnn Exp $ # DISTNAME= gcube-0.4-src @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/0.4 LDFLAGS.DragonFly= -lm LDFLAGS.SunOS+= -lm +LDFLAGS.Linux+= -lm .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3