diff options
Diffstat (limited to 'sysutils/gcombust/patches/patch-ac')
-rw-r--r-- | sysutils/gcombust/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/gcombust/patches/patch-ac b/sysutils/gcombust/patches/patch-ac new file mode 100644 index 00000000000..83fc4e87e79 --- /dev/null +++ b/sysutils/gcombust/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2005/11/19 01:04:19 kristerw Exp $ + +--- src/optimize_usage.h.orig 2005-11-18 23:38:44.000000000 +0100 ++++ src/optimize_usage.h 2005-11-18 23:39:00.000000000 +0100 +@@ -16,7 +16,6 @@ + ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +-extern GtkWidget *opt_try_harder; + extern long int opt_cdsize; + + void open_optimize_size_win(GtkWidget *, gpointer); |