pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/boost Extend SunOS _XOPEN_SOURCE fix to all ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/327b5ecffa19
branches:  trunk
changeset: 362751:327b5ecffa19
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed May 24 15:02:54 2017 +0000

description:
Extend SunOS _XOPEN_SOURCE fix to all compilers.

diffstat:

 meta-pkgs/boost/Makefile.common |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 93d64e9df6db -r 327b5ecffa19 meta-pkgs/boost/Makefile.common
--- a/meta-pkgs/boost/Makefile.common   Wed May 24 14:41:35 2017 +0000
+++ b/meta-pkgs/boost/Makefile.common   Wed May 24 15:02:54 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.66 2017/04/29 18:31:42 adam Exp $
+# $NetBSD: Makefile.common,v 1.67 2017/05/24 15:02:54 jperkin Exp $
 #
 # used by devel/boost-build/Makefile
 # used by devel/boost-docs/Makefile
@@ -68,10 +68,7 @@
 # On SunOS, extract using pkgsrc nbtar to avoid warnings from native gtar.
 .  if ${OPSYS} == "SunOS"
 TOOLS_PLATFORM.tar=    #empty
-.    include "../../mk/compiler.mk"
-.    if !empty(CC_VERSION:Mgcc-4.[6-9]*)
 BUILDLINK_TRANSFORM+=  opt:-D_XOPEN_SOURCE=500:-D_XOPEN_SOURCE=600
-.    endif
 .  endif
 
 .  if ${OPSYS} == "Darwin"



Home | Main Index | Thread Index | Old Index