summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics/oregano/files/oregano-0.40.1-gtk2.6.patch')
-rw-r--r--sci-electronics/oregano/files/oregano-0.40.1-gtk2.6.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-electronics/oregano/files/oregano-0.40.1-gtk2.6.patch b/sci-electronics/oregano/files/oregano-0.40.1-gtk2.6.patch
deleted file mode 100644
index b34f0d99d708..000000000000
--- a/sci-electronics/oregano/files/oregano-0.40.1-gtk2.6.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nura oregano-0.40.1/src/file.c oregano-0.40.1-gtk2.6/src/file.c
---- oregano-0.40.1/src/file.c 2004-12-30 11:10:44.000000000 -0300
-+++ oregano-0.40.1-gtk2.6/src/file.c 2005-01-26 12:16:01.228267936 -0300
-@@ -39,7 +39,7 @@
- #include "dialogs.h"
- #include "save-schematic.h"
-
--#if (GTK_MINOR_VERSION==4)
-+#if (GTK_MINOR_VERSION>=4)
-
- char *
- dialog_open_file (SchematicView *sv)