uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
11
pkgs/development/libraries/popt/1.16-cygwin.patch
Normal file
11
pkgs/development/libraries/popt/1.16-cygwin.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- origsrc/poptconfig.c 2009-05-20 08:18:07.000000000 -0500
|
||||
+++ src/poptconfig.c 2012-03-29 18:13:46.869286100 -0500
|
||||
@@ -42,7 +42,7 @@ extern int glob_pattern_p (const char *_
|
||||
/*@=declundef =exportheader =incondefs =protoparammatch =redecl =type @*/
|
||||
#endif /* __LCLINT__ */
|
||||
|
||||
-#if !defined(__GLIBC__)
|
||||
+#if !defined(__GLIBC__) && !defined(__CYGWIN__)
|
||||
/* Return nonzero if PATTERN contains any metacharacters.
|
||||
Metacharacters can be quoted with backslashes if QUOTE is nonzero. */
|
||||
static int
|
||||
Loading…
Add table
Add a link
Reference in a new issue