pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/dega SunOS needs -lm.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9188b288bab2
branches:  trunk
changeset: 639713:9188b288bab2
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Sep 23 21:47:52 2014 +0000

description:
SunOS needs -lm.

diffstat:

 emulators/dega/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 05f76d5c8139 -r 9188b288bab2 emulators/dega/Makefile
--- a/emulators/dega/Makefile   Tue Sep 23 21:41:07 2014 +0000
+++ b/emulators/dega/Makefile   Tue Sep 23 21:47:52 2014 +0000
@@ -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 @@
 INSTALLATION_DIRS=     bin
 
 LDFLAGS.DragonFly=     -lm
+LDFLAGS.SunOS+=                -lm
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/dega ${DESTDIR}${PREFIX}/bin



Home | Main Index | Thread Index | Old Index