diff nobuild/gtkd-patches.diff @ 104:ab745d8b10e5

Updated to dmd 2.052
author David Bryant <bagnose@gmail.com>
date Sun, 20 Feb 2011 22:24:36 +1030
parents deb9d9fae854
children 02fed38c6261
line wrap: on
line diff
--- a/nobuild/gtkd-patches.diff	Wed Oct 06 13:03:38 2010 +1030
+++ b/nobuild/gtkd-patches.diff	Sun Feb 20 22:24:36 2011 +1030
@@ -1,3 +1,25 @@
+Index: GNUmakefile
+===================================================================
+--- GNUmakefile	(revision 797)
++++ GNUmakefile	(working copy)
+@@ -1,6 +1,7 @@
+ #makeAll.sh
+ SHELL=/bin/sh
+-prefix=/usr/local
++#prefix=/usr/local
++prefix=/home/daveb/source/d/dmd
+ 
+ OS=$(shell uname || uname -s)
+ ARCH=$(shell arch || uname -m)
+@@ -19,7 +20,7 @@
+ endif
+ 
+ ifeq ("$(DC)","dmd")
+-    DCFLAGS=-O
++    DCFLAGS=-O -w -wi
+     output=-of$@
+ else ifeq ("$(DC)","ldc")
+     DCFLAGS=-O
 Index: src/gdkpixbuf/PixbufAnimation.d
 ===================================================================
 --- src/gdkpixbuf/PixbufAnimation.d	(revision 797)
@@ -251,6 +273,19 @@
  	{
  		// void gtk_object_unref (GtkObject *object);
  		gtk_object_unref(gtkObject);
+Index: src/gtk/TextBuffer.d
+===================================================================
+--- src/gtk/TextBuffer.d	(revision 797)
++++ src/gtk/TextBuffer.d	(working copy)
+@@ -119,7 +119,7 @@
+ version(Tango) {
+ 	private import tango.core.Vararg;
+ } else {
+-	private import std.stdarg;
++	private import core.vararg;
+ }
+ 
+ 
 Index: src/gtk/RecentChooserMenu.d
 ===================================================================
 --- src/gtk/RecentChooserMenu.d	(revision 797)
@@ -429,28 +464,6 @@
  	}
 +        +/
  }
-Index: GNUmakefile
-===================================================================
---- GNUmakefile	(revision 797)
-+++ GNUmakefile	(working copy)
-@@ -1,6 +1,7 @@
- #makeAll.sh
- SHELL=/bin/sh
--prefix=/usr/local
-+#prefix=/usr/local
-+prefix=/home/daveb/source/d/dmd
- 
- OS=$(shell uname || uname -s)
- ARCH=$(shell arch || uname -m)
-@@ -19,7 +20,7 @@
- endif
- 
- ifeq ("$(DC)","dmd")
--    DCFLAGS=-O
-+    DCFLAGS=-O -wi
-     output=-of$@
- else ifeq ("$(DC)","ldc")
-     DCFLAGS=-O
 Index: demos/dsss.conf
 ===================================================================
 --- demos/dsss.conf	(revision 797)