summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.patch15
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)