pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/mapcode
Module Name: pkgsrc
Committed By: fhajny
Date: Tue Nov 8 08:08:52 UTC 2016
Modified Files:
pkgsrc/geography/mapcode: Makefile
Log Message:
Expand -lm arg to all platforms. Fixes build elsewhere.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/mapcode/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/mapcode/Makefile
diff -u pkgsrc/geography/mapcode/Makefile:1.3 pkgsrc/geography/mapcode/Makefile:1.4
--- pkgsrc/geography/mapcode/Makefile:1.3 Thu Nov 3 15:06:41 2016
+++ pkgsrc/geography/mapcode/Makefile Tue Nov 8 08:08:52 2016
@@ -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 @@ USE_CMAKE= yes
CMAKE_ARGS+= -DCMAKE_BINARY_DIR=${WRKSRC}/build
-LDFLAGS.SunOS+= -lm
+LDFLAGS+= -lm
PTHREAD_AUTO_VARS= yes
Home |
Main Index |
Thread Index |
Old Index