summaryrefslogtreecommitdiff
path: root/devel/error/patches/patch-ac
AgeCommit message (Collapse)AuthorFilesLines
2015-07-09Use nbcompat, add some other patch comments. Fixes build on SunOS.jperkin1-7/+14
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-06-21Fix incorrect declaration for strl* and avoid re-defining CPP macros.jlam1-0/+12
This fixes compiler warnings and lets this build with -Werror. This fixes the build on NetBSD. Commit approved during the deep freeze by <agc>.