summaryrefslogtreecommitdiff
path: root/graphics/scigraphica/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2006-04-22 18:44:58 +0000
committerjoerg <joerg>2006-04-22 18:44:58 +0000
commitcff998162718d26753df7f73ce997e00c6a82032 (patch)
tree29f9c534a9854c06e7cc144a5a62edbb85e130d5 /graphics/scigraphica/patches
parentd56e6a9b4d9c6d539befa076de73fb0e402acd66 (diff)
downloadpkgsrc-cff998162718d26753df7f73ce997e00c6a82032.tar.gz
Python is normally multithreaded, so link against pthread.
Fix label at end of compound statement errors.
Diffstat (limited to 'graphics/scigraphica/patches')
-rw-r--r--graphics/scigraphica/patches/patch-ad20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/scigraphica/patches/patch-ad b/graphics/scigraphica/patches/patch-ad
new file mode 100644
index 00000000000..fa410f5235b
--- /dev/null
+++ b/graphics/scigraphica/patches/patch-ad
@@ -0,0 +1,20 @@
+$NetBSD: patch-ad,v 1.1 2006/04/22 18:44:58 joerg Exp $
+
+--- src/python/python_config.c.orig 2006-04-22 18:26:55.000000000 +0000
++++ src/python/python_config.c
+@@ -236,6 +236,7 @@ void config_apply(GtkWidget *widget, gpo
+ }
+ break;
+ default:
++ break;
+ }
+ }
+ #ifdef WITH_GNOME
+@@ -610,6 +611,7 @@ void sg_create_config_dialog(sg_config_i
+ break;
+
+ default:
++ break;
+ }
+ }
+