diff options
author | jperkin <jperkin> | 2014-09-23 21:47:52 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-09-23 21:47:52 +0000 |
commit | 58326f821dcdb34853191e9d2d9cca38c0fad77a (patch) | |
tree | 2ea62276d105cd7edc234bdf172268cc5cd4af1c /emulators | |
parent | 9a155132cf6500cc2b16827752bc569753235538 (diff) | |
download | pkgsrc-58326f821dcdb34853191e9d2d9cca38c0fad77a.tar.gz |
SunOS needs -lm.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dega/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |