diff options
Diffstat (limited to 'graphics/scigraphica/patches/patch-ad')
-rw-r--r-- | graphics/scigraphica/patches/patch-ad | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/scigraphica/patches/patch-ad b/graphics/scigraphica/patches/patch-ad deleted file mode 100644 index fa410f5235b..00000000000 --- a/graphics/scigraphica/patches/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ -$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; - } - } - |