pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/mapcode Expand -lm arg to all platforms. Fix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b3a48071038
branches:  trunk
changeset: 354751:5b3a48071038
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Nov 08 08:08:52 2016 +0000

description:
Expand -lm arg to all platforms. Fixes build elsewhere.

diffstat:

 geography/mapcode/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 87d90529e74f -r 5b3a48071038 geography/mapcode/Makefile
--- a/geography/mapcode/Makefile        Mon Nov 07 22:56:05 2016 +0000
+++ b/geography/mapcode/Makefile        Tue Nov 08 08:08:52 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/11/03 15:06:41 fhajny Exp $
+# $NetBSD: Makefile,v 1.4 2016/11/08 08:08:52 fhajny Exp $
 
 DISTNAME=      mapcode-cpp-2.5.1
 PKGNAME=       ${DISTNAME:S/-cpp//}
@@ -20,7 +20,7 @@
 
 CMAKE_ARGS+=           -DCMAKE_BINARY_DIR=${WRKSRC}/build
 
-LDFLAGS.SunOS+=                -lm
+LDFLAGS+=              -lm
 
 PTHREAD_AUTO_VARS=     yes
 



Home | Main Index | Thread Index | Old Index