On Sat, 24 Nov 2012 15:19:32 +0100, Landry Breuil wrote:
> On Sat, Nov 24, 2012 at 02:04:07PM +0000, Stuart Henderson wrote:
> > On 2012/11/22 04:52, Pascal Stumpf wrote:
> > > CVSROOT:  /cvs
> > > Module name:      ports
> > > Changes by:       pas...@cvs.openbsd.org  2012/11/22 04:52:52
> > > 
> > > Modified files:
> > >   x11/irrlicht   : Makefile distinfo 
> > >   x11/irrlicht/patches: patch-source_Irrlicht_Makefile 
> > >                         patch-source_Irrlicht_os_cpp 
> > >   x11/irrlicht/pkg: PLIST 
> > > Removed files:
> > >   x11/irrlicht/patches: patch-include_IrrCompileConfig_h 
> > >                         patch-source_Irrlicht_CImageLoaderPNG_cpp 
> > >                         patch-source_Irrlicht_CImageWriterPNG_cpp 
> > > 
> > > Log message:
> > > Update to irrlicht 1.8.
> > > 
> > 
> > This update breaks games/minetest..
> 
> related:
> http://minetest.net/wiki/doku.php?id=patchsets
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693277
> 
> cant look into it, free ok for anyone who cherrypicks the correct
> commit..

It's just a typedef that's already in irrTypes.h.

Index: patches/patch-src_irrlichttypes_h
===================================================================
RCS file: patches/patch-src_irrlichttypes_h
diff -N patches/patch-src_irrlichttypes_h
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_irrlichttypes_h   24 Nov 2012 14:35:57 -0000
@@ -0,0 +1,14 @@
+$OpenBSD$
+
+typedef is already provided by irrTypes.h
+
+--- src/irrlichttypes.h.orig   Sat Nov 24 15:14:18 2012
++++ src/irrlichttypes.h        Sat Nov 24 15:14:39 2012
+@@ -30,7 +30,6 @@ using namespace irr;
+ #else
+       // Posix
+       #include <stdint.h>
+-      typedef uint64_t u64;
+       //typedef unsigned long long u64;
+ #endif
+ 

Reply via email to