pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/boost



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed May 24 15:02:54 UTC 2017

Modified Files:
        pkgsrc/meta-pkgs/boost: Makefile.common

Log Message:
Extend SunOS _XOPEN_SOURCE fix to all compilers.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/meta-pkgs/boost/Makefile.common

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

Modified files:

Index: pkgsrc/meta-pkgs/boost/Makefile.common
diff -u pkgsrc/meta-pkgs/boost/Makefile.common:1.66 pkgsrc/meta-pkgs/boost/Makefile.common:1.67
--- pkgsrc/meta-pkgs/boost/Makefile.common:1.66 Sat Apr 29 18:31:42 2017
+++ pkgsrc/meta-pkgs/boost/Makefile.common      Wed May 24 15:02:54 2017
@@ -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 @@ SUBST_SED.darwin+=   -e 's,-install_name "
 # 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