diff options
author | abs <abs@pkgsrc.org> | 2009-02-19 00:51:12 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-02-19 00:51:12 +0000 |
commit | 44dc2856b0ebab4e8005a611a583fc94be9fc27c (patch) | |
tree | 0f12b66ff1c10d09a42c0d94a4e39a1818bf817b /print/abcm2ps | |
parent | ac431e9fa595adee689224ecfbb8a865ca343cc3 (diff) | |
download | pkgsrc-44dc2856b0ebab4e8005a611a583fc94be9fc27c.tar.gz |
Fix PR 40151 - bootstrap of pkgsrc fails on Ubuntu 8.10
- At least Ubuntu 8.1 sets __attribute__((warn_unused_result)) on fwrite()
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25509
which means (void)fwrite(...) will *always* generate a warning, so
set -Wno-error to bypass this in Linux.sys.mk
- Ubuntu 8.1 also jumps through hoops to ensure ARG_MAX is *undefined*, so
work around this in tnftp and libnbcompat
Diffstat (limited to 'print/abcm2ps')
0 files changed, 0 insertions, 0 deletions