summaryrefslogtreecommitdiff
path: root/devel/astyle
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-02 18:05:11 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-02 18:05:11 +0000
commit563e105dc022c23bdbfbae9fa13b36a3f9610596 (patch)
treea55c1a7c1dddaf866527e4cba61338849cd1cd2b /devel/astyle
parent6a79ec3749c44b79f5341a84da89189fa868746a (diff)
downloadpkgsrc-563e105dc022c23bdbfbae9fa13b36a3f9610596.tar.gz
Fix compilation with GCC 3.4+. Addresses PR 25729.
Diffstat (limited to 'devel/astyle')
-rw-r--r--devel/astyle/distinfo3
-rw-r--r--devel/astyle/patches/patch-ac13
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/astyle/distinfo b/devel/astyle/distinfo
index 77c47ac3bd8..ebc7ede2172 100644
--- a/devel/astyle/distinfo
+++ b/devel/astyle/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 22:24:09 agc Exp $
+$NetBSD: distinfo,v 1.6 2006/01/02 18:05:11 joerg Exp $
SHA1 (astyle_1.13.6.1.zip) = 4e0172fe30986d68c61b4a7c1638a1fc42ea0675
RMD160 (astyle_1.13.6.1.zip) = 74030324515be84e0e7499edc2503d0e549673ba
Size (astyle_1.13.6.1.zip) = 61422 bytes
SHA1 (patch-aa) = 1bb6cb72145c52e548336d4d90020fa982d049e1
SHA1 (patch-ab) = c9b21d45f53331411425a734971f003d415b11e7
+SHA1 (patch-ac) = d143f2cd5ef3d15317d8dbe01be98f3a9a862ec6
diff --git a/devel/astyle/patches/patch-ac b/devel/astyle/patches/patch-ac
new file mode 100644
index 00000000000..d4ca4cd3ed4
--- /dev/null
+++ b/devel/astyle/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/01/02 18:05:11 joerg Exp $
+
+--- astyle_main.cpp.orig 2006-01-02 17:58:40.000000000 +0000
++++ astyle_main.cpp
+@@ -149,7 +149,7 @@ void error(const char *why, const char*
+ exit(1);
+ }
+
+-
++bool parseOption(ASFormatter &, const string &, const string &);
+
+ template<class ITER>
+ bool parseOptions(ASFormatter &formatter,