diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-20 14:51:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-20 14:51:00 +0000 |
commit | 74ff322ae8ee6a941fa6478cd83d2a59f1515761 (patch) | |
tree | 64395274e930bd2de6d13079c22a60af35a0a092 /math/pspp | |
parent | 8facfbe4dfd09d04b7ed928b52839e451f3c1941 (diff) | |
download | pkgsrc-74ff322ae8ee6a941fa6478cd83d2a59f1515761.tar.gz |
Fix GCC 3.4+: label at end of compound statement.
Diffstat (limited to 'math/pspp')
-rw-r--r-- | math/pspp/distinfo | 3 | ||||
-rw-r--r-- | math/pspp/patches/patch-ap | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/math/pspp/distinfo b/math/pspp/distinfo index 18d9b89fa3d..c9568984bd7 100644 --- a/math/pspp/distinfo +++ b/math/pspp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2005/02/23 12:06:57 agc Exp $ +$NetBSD: distinfo,v 1.10 2005/12/20 15:13:32 joerg Exp $ SHA1 (pspp-0.3.0.tar.gz) = 1d07a7e7ef0677e5934331ed0b80b92c7bba7074 RMD160 (pspp-0.3.0.tar.gz) = 8272d458340e77ffa54962c12a9fe377498fb10a @@ -17,3 +17,4 @@ SHA1 (patch-al) = b998fc5f7f6c11bc4b862c0c25fd6a810c60ec97 SHA1 (patch-am) = 0a9cf92a8b15faa73002d7000a4fa8f6e86e1973 SHA1 (patch-an) = 1bcb30f7a0a21a9a05cf022d18c9cf806c204f85 SHA1 (patch-ao) = c918fe9d3837ea5902405a0faca885528b31a6f6 +SHA1 (patch-ap) = 1682fe56215616b09782ca1f1f5d5f59834b043b diff --git a/math/pspp/patches/patch-ap b/math/pspp/patches/patch-ap new file mode 100644 index 00000000000..92e4aea9b55 --- /dev/null +++ b/math/pspp/patches/patch-ap @@ -0,0 +1,12 @@ +$NetBSD: patch-ap,v 1.1 2005/12/20 15:13:32 joerg Exp $ + +--- src/q2c.c.orig 2005-12-20 15:03:41.000000000 +0000 ++++ src/q2c.c +@@ -1136,6 +1136,7 @@ dump_declarations (void) + + default: + /* nothing */ ++ break; + } + } + |