Re: [perl #55978] [PATCH] [OpenGL] cygwin fixes from donaldh++

2008-07-29 Thread Reini Urban
Just found someone breaking my code... Index: src/dynext.c === --- src/dynext.c(revision 28459) +++ src/dynext.c(working copy) @@ -276,12 +276,10 @@ /* And on cygwin replace a leading lib by cyg. */ #ifdef

[perl #55978] [PATCH] [OpenGL] cygwin fixes from donaldh++

2008-06-18 Thread via RT
# New Ticket Created by Geoffrey Broadwell # Please include the string: [perl #55978] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=55978 The attached patch is courtesy of donaldh++. It has been tested on cygwin

Re: [perl #55978] [PATCH] [OpenGL] cygwin fixes from donaldh++

2008-06-18 Thread chromatic
On Tuesday 17 June 2008 21:06:58 Geoffrey Broadwell wrote: Index: src/dynext.c === --- src/dynext.c(revision 28459) +++ src/dynext.c(working copy) @@ -276,12 +276,10 @@      /* And on cygwin replace a leading

[perl #55978] [PATCH] [OpenGL] cygwin fixes from donaldh++

2008-06-18 Thread James Keenan via RT
On Tue Jun 17 21:06:58 2008, japhb wrote: The attached patch is courtesy of donaldh++. It has been tested on cygwin and Debian/i686. Please someone test on Mac OS X, so that I can commit it. Works for me on Mac OS X 10.4 (Panther) on PPC. kid51

Re: [perl #55978] [PATCH] [OpenGL] cygwin fixes from donaldh++

2008-06-18 Thread Geoffrey Broadwell
On Wed, 2008-06-18 at 09:06 -0700, chromatic wrote: On Tuesday 17 June 2008 21:06:58 Geoffrey Broadwell wrote: Index: src/dynext.c === --- src/dynext.c(revision 28459) +++ src/dynext.c(working copy) @@