My nixpkgs mirror for patching things.
Go to file
Danie Roux 14109047bd gettext: Guard against compiler not supporting __builtin_stpncpy
From https://lists.macosforge.org/pipermail/macports-dev/2011-July/015263.html:

5) Building with a compiler that doesn't support newer __builtins

If your port uses MacPorts compilers rather than the default compiler,
you may run into trouble with string functions.  You'll see errors at
link time about undefined __builtin_* functions.  If this happens, you
may want to compile with -D_FORTIFY_SOURCE=0 to tell the headers to
use unfortified versions which do not use compiler builtins.
2013-09-14 14:45:06 +02:00
doc Fix a few typos 2013-08-11 10:55:53 +00:00
maintainers nixpkgs-lint: add check for meta.platforms attribute 2013-09-07 20:43:07 +02:00
pkgs gettext: Guard against compiler not supporting __builtin_stpncpy 2013-09-14 14:45:06 +02:00
.gitignore Rewrite the CPAN generator to Perl 2013-06-13 15:56:23 +02:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
default.nix * For convenience, provide a top-level Nix expression that simply 2007-04-26 14:32:57 +00:00
VERSION * Bump version number. 2012-06-04 03:53:25 +00:00