summaryrefslogtreecommitdiff
path: root/emulators/gcube
diff options
context:
space:
mode:
authortnn <tnn>2016-03-09 22:10:13 +0000
committertnn <tnn>2016-03-09 22:10:13 +0000
commitd42a6701ca64404bd914fbf758f9cfe314355eba (patch)
tree00e6ab74273d2ae1b59be999e69e15f3561eebf1 /emulators/gcube
parent3f82bc552840f59fd4ea1c75241657fc84f806c7 (diff)
downloadpkgsrc-d42a6701ca64404bd914fbf758f9cfe314355eba.tar.gz
needs -lm on Linux too
Diffstat (limited to 'emulators/gcube')
-rw-r--r--emulators/gcube/Makefile3
1 files changed, 2 insertions, 1 deletions
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"