pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/poco
Module Name: pkgsrc
Committed By: fhajny
Date: Sun Jul 29 11:26:54 UTC 2012
Modified Files:
pkgsrc/devel/poco: Makefile.common distinfo
pkgsrc/devel/poco/patches: patch-Foundation_src_SharedMemory.cpp
patch-build_config_SunOS-GCC
Log Message:
Fix the C99 problem on SunOS properly.
GCC 4.6 and newer on SunOS will force C99 with C++, which requires
_XOPEN_SOURCE=600 to be set. On the other hand, GCC 4.5 and earlier will
require C99 for _XOPEN_SOURCE=600, but reject C99 for C++ code.
Set _XOPEN_SOURCE to 500 or 600 accordingly.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/poco/Makefile.common
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/poco/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/devel/poco/patches/patch-Foundation_src_SharedMemory.cpp
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/devel/poco/patches/patch-build_config_SunOS-GCC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index