summaryrefslogtreecommitdiff
path: root/sysutils/rename/patches
diff options
context:
space:
mode:
authorabs <abs>2011-09-10 16:35:04 +0000
committerabs <abs>2011-09-10 16:35:04 +0000
commit8394a5d9f67c3b0110c4e1f05206b85ced10c495 (patch)
tree0ba27b2df0d8c9dc5f149e753a50d73f401d50e3 /sysutils/rename/patches
parentfdda581b6e96660a9d49635dd2d1e0822b156c52 (diff)
downloadpkgsrc-8394a5d9f67c3b0110c4e1f05206b85ced10c495.tar.gz
fix #elif botch which prevented build under gcc-4.5.3. No functional change
Diffstat (limited to 'sysutils/rename/patches')
-rw-r--r--sysutils/rename/patches/patch-rename.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/rename/patches/patch-rename.c b/sysutils/rename/patches/patch-rename.c
new file mode 100644
index 00000000000..c3d93c026a2
--- /dev/null
+++ b/sysutils/rename/patches/patch-rename.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-rename.c,v 1.1 2011/09/10 16:35:04 abs Exp $
+
+--- rename.c.orig 2002-05-20 15:50:50.000000000 +0000
++++ rename.c
+@@ -65,7 +65,7 @@
+
+ #if HAVE_REGEX_H
+ #include <regex.h>
+-#elif
++#else
+ #include "regex.h"
+ #endif
+