You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/rename/files/rename-1.3-gcc44.patch

17 lines
330 B

diff -NrU5 rename-1.3.original/rename.c rename-1.3/rename.c
--- a/rename.c 2009-06-14 00:21:43.000000000 -0600
+++ b/rename.c 2009-06-14 00:22:21.000000000 -0600
@@ -63,11 +63,11 @@
#endif
#endif
#if HAVE_REGEX_H
#include <regex.h>
-#elif
+#else
#include "regex.h"
#endif
#if HAVE_GETOPT_H
#include <getopt.h>