pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/boost-libs



Module Name:    pkgsrc
Committed By:   rumko
Date:           Wed Jun 15 18:29:59 UTC 2016

Modified Files:
        pkgsrc/devel/boost-libs: Makefile

Log Message:
devel/boost-libs: fix build on fbsd

Ensure proper PLIST contents after disabling long double math functions.

Ok@ wiz


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/boost-libs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/boost-libs/Makefile
diff -u pkgsrc/devel/boost-libs/Makefile:1.43 pkgsrc/devel/boost-libs/Makefile:1.44
--- pkgsrc/devel/boost-libs/Makefile:1.43       Fri May 13 20:47:32 2016
+++ pkgsrc/devel/boost-libs/Makefile    Wed Jun 15 18:29:59 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2016/05/13 20:47:32 adam Exp $
+# $NetBSD: Makefile,v 1.44 2016/06/15 18:29:59 rumko Exp $
 
 BOOST_PACKAGE=         libs
 BOOST_COMMENT=         (binary libraries)
@@ -31,7 +31,7 @@ PLIST.log=            yes
 
 # Long double math functions are not available on Darwin. See
 # boost/math/tools/config.hpp:53
-.if ${OPSYS} != "NetBSD" && \
+.if ${OPSYS} != "NetBSD" && ${OPSYS} != "FreeBSD" && \
    (${OPSYS} != "Darwin" || !empty(MACHINE_PLATFORM:MDarwin-1[3-9].*))
 PLIST.long_double_math=        yes
 .endif



Home | Main Index | Thread Index | Old Index