2012-03-31 04:12:34 by Ryo ONODERA | Files touched by this commit (1) |
Log message: On recent FreeBSD, ossaudiodev.so is not created. Fix "make package" on FreeBSD 9.0. |
2012-03-05 09:22:58 by Steven Drake | Files touched by this commit (3) |
Log message: python install different files on Linux-2.* and Linux-3.* |
2012-01-18 14:59:11 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: Revbump after updating db5 |
2011-12-16 18:04:18 by Hans Rosenfeld | Files touched by this commit (10) |
Log message: On SunOS, don't ever override _XOPEN_SOURCE if it is already set. Fixes build on SunOS with gcc>=4.6. |
2011-11-29 19:47:42 by Hans Rosenfeld | Files touched by this commit (1) |
Log message: Use OpenSSL from pkgsrc on SunOS<5.11. |
2011-11-08 08:30:09 by Steven Drake | Files touched by this commit (10) |
Log message: Change a unused variable referacne to a fixed string that I missed when coping the Mac OS X sdk filename handling. Thank to Matthias Rampke in PR#45581 for catching this. |
2011-10-31 07:50:55 by Steven Drake | Files touched by this commit (8) |
Log message: Improve the gdbm_compat handling by searching any ndbm.h found for the string 'This file is part of GDBM' and ignoring it if it dose. Thanks to obache@ for the idea. |
2011-10-18 23:59:19 by Steven Drake | Files touched by this commit (11) |
Log message: Deal with the fact that if /usr/include/ndbm.h exists on Linux it probably belongs to gdbm_compat. I.E. _don't_ use ndbm on Linux. |
2011-09-14 19:00:20 by Hans Rosenfeld | Files touched by this commit (3) |
Log message: Fix build on SunOS. Teach configure about SunOS 5.11, preventing some pyconfig.h weirdness. |
2011-08-31 16:45:27 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: With clang, disable -OPT:Olimit usage as it disables the build of unicodedata for reasons not completely understood. It doesn't really make sense for the compiler, so just don't use it. |