aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Set-Crontab
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-08 09:17:34 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-08 09:17:34 +0000
commite192e8fcc2a017a2d58fc947fafdaaa1acb513d5 (patch)
tree8e68d15b89ce3fad13ca803855f7d18a31305ecf /devel/p5-Set-Crontab
parent785f2e6305d6e59c34a91b783dcd16782eeb4df2 (diff)
downloadports-e192e8fcc2a017a2d58fc947fafdaaa1acb513d5.tar.gz
ports-e192e8fcc2a017a2d58fc947fafdaaa1acb513d5.zip
[patch] fix port devel/spirit
FreeBSD implements the is* functions already correctly, but this is not recognized with gcc 3.3.1. The proposed patch changes this behaviour. Code in question (gcc 3.3.1 does not seem to define _STLPORT_VERSION, whereas gcc 2.95.4 did): #if defined(_MSC_VER) || _STLPORT_VERSION >= 0x450 // is* functions already setup #else #ifndef isalnum inline bool isalnum(int c) { return std::isalnum(c); } #endif #ifndef isalpha inline bool isalpha(int c) { return std::isalpha(c); } #endif PR: ports/55783 Submitted by: Simon Barner <barner@in.tum.de>
Notes
Notes: svn path=/head/; revision=88771
Diffstat (limited to 'devel/p5-Set-Crontab')
0 files changed, 0 insertions, 0 deletions