this should be dropped in as debian/patches/gtk26-compilefix.patch
diff -urN oregano-0.40.0/src/file.c oregano-0.40.0-gtk26/src/file.c
--- oregano-0.40.0/src/file.c   2004-11-22 07:19:08.000000000 +0100
+++ oregano-0.40.0-gtk26/src/file.c     2005-03-21 19:43:32.000000000 +0100
@@ -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)



-=-
Gergely


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to