diff options
author | 2006-03-24 16:31:25 +0000 | |
---|---|---|
committer | 2006-03-24 16:31:25 +0000 | |
commit | 441658bbc8fcfa69ce6ebfeda5cf6ea5fd984557 (patch) | |
tree | 4f2a2aa3d8f02ea9334ff62e042372d03bfceb43 /sys-apps/pcmciautils/files | |
parent | Added ibiblio mirror and closing bug #87288. (diff) | |
download | gentoo-2-441658bbc8fcfa69ce6ebfeda5cf6ea5fd984557.tar.gz gentoo-2-441658bbc8fcfa69ce6ebfeda5cf6ea5fd984557.tar.bz2 gentoo-2-441658bbc8fcfa69ce6ebfeda5cf6ea5fd984557.zip |
Fix compilation with uClibc, thanks to Natanael Copa in bug #125598.
(Portage version: 2.0.54)
Diffstat (limited to 'sys-apps/pcmciautils/files')
-rw-r--r-- | sys-apps/pcmciautils/files/pcmciautils-012-pccardctl-uclibc.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-apps/pcmciautils/files/pcmciautils-012-pccardctl-uclibc.patch b/sys-apps/pcmciautils/files/pcmciautils-012-pccardctl-uclibc.patch new file mode 100644 index 000000000000..b029e15b9498 --- /dev/null +++ b/sys-apps/pcmciautils/files/pcmciautils-012-pccardctl-uclibc.patch @@ -0,0 +1,10 @@ +--- src/pccardctl.c.orig 2006-03-09 14:41:51 +0000 ++++ src/pccardctl.c 2006-03-09 14:42:04 +0000 +@@ -16,7 +16,6 @@ + #include <errno.h> + #include <stdlib.h> + #include <string.h> +-#include <libintl.h> + #include <locale.h> + + #include <sysfs/libsysfs.h> |