From da89a1daa853bce6f81c1caab51432ff5548f3a6 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 23 Sep 2014 21:47:52 +0000 Subject: SunOS needs -lm. --- emulators/dega/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/dega/Makefile b/emulators/dega/Makefile index 59a9dd82cd7..1939d5f904a 100644 --- a/emulators/dega/Makefile +++ b/emulators/dega/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/03 12:55:11 asau Exp $ +# $NetBSD: Makefile,v 1.20 2014/09/23 21:47:52 jperkin Exp $ # DISTNAME= dega-1.07 @@ -21,6 +21,7 @@ ONLY_FOR_PLATFORM= *-*-i386 INSTALLATION_DIRS= bin LDFLAGS.DragonFly= -lm +LDFLAGS.SunOS+= -lm do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dega ${DESTDIR}${PREFIX}/bin -- cgit v1.2.3