diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-02-23 17:30:01 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-02-23 17:30:01 +0000 |
commit | c191a50c5efe252db75195b8f507bf4f0a43b6fa (patch) | |
tree | d90db33d761d3774de45779951f5653fbf51d062 /emulators/gcube | |
parent | 64537ede8c209de75d816e20b3484d1a6f80ffd2 (diff) | |
download | pkgsrc-c191a50c5efe252db75195b8f507bf4f0a43b6fa.tar.gz |
Needs -lm on SunOS
Diffstat (limited to 'emulators/gcube')
-rw-r--r-- | emulators/gcube/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/gcube/Makefile b/emulators/gcube/Makefile index 68b7ee51b15..c8afb05394b 100644 --- a/emulators/gcube/Makefile +++ b/emulators/gcube/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/03 12:55:12 asau Exp $ +# $NetBSD: Makefile,v 1.20 2014/02/23 17:30:01 wiedi Exp $ # DISTNAME= gcube-0.4-src @@ -18,6 +18,7 @@ USE_TOOLS+= gmake WRKSRC= ${WRKDIR}/0.4 LDFLAGS.DragonFly= -lm +LDFLAGS.SunOS+= -lm .include "../../mk/bsd.prefs.mk" |