diff options
author | 2009-08-01 23:49:10 +0000 | |
---|---|---|
committer | 2009-08-01 23:49:10 +0000 | |
commit | 870e2fb9ee2bd0e3920c32e527a58a0c61795b5e (patch) | |
tree | 38a377b4a50839b812842b0c200952cdd0033ade /x11-wm/ratpoison/files/ratpoison-1.4.4-glibc210.patch | |
parent | Marked stable on AMD64 as requested by Michael "Mr. Bones" Sterrett <mr_bones... (diff) | |
download | historical-870e2fb9ee2bd0e3920c32e527a58a0c61795b5e.tar.gz historical-870e2fb9ee2bd0e3920c32e527a58a0c61795b5e.tar.bz2 historical-870e2fb9ee2bd0e3920c32e527a58a0c61795b5e.zip |
Adding patch to compile against glibc 2.10 , bug #274965
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'x11-wm/ratpoison/files/ratpoison-1.4.4-glibc210.patch')
-rw-r--r-- | x11-wm/ratpoison/files/ratpoison-1.4.4-glibc210.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-wm/ratpoison/files/ratpoison-1.4.4-glibc210.patch b/x11-wm/ratpoison/files/ratpoison-1.4.4-glibc210.patch new file mode 100644 index 000000000000..7f133a11d6dc --- /dev/null +++ b/x11-wm/ratpoison/files/ratpoison-1.4.4-glibc210.patch @@ -0,0 +1,15 @@ +diff -NrU5 ratpoison-1.4.4.original/configure.in ratpoison-1.4.4/configure.in +--- ratpoison-1.4.4.original/configure.in 2009-06-21 18:29:08.000000000 +0000 ++++ ratpoison-1.4.4/configure.in 2009-06-21 18:30:54.000000000 +0000 +@@ -144,10 +144,10 @@ + AC_CHECK_HEADERS(unistd.h stdarg.h) + + dnl Checks for typedefs, structures, and compiler characteristics. + + dnl Checks for library functions. +-AC_CHECK_FUNCS(getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep) ++AC_CHECK_FUNCS(getline getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep) + + AC_TYPE_SIGNAL + + AC_OUTPUT(Makefile doc/Makefile src/Makefile contrib/Makefile) |