svn commit: r304024 - head/x11-toolkits/hs-wxc/files

Gabor Pali pgj at FreeBSD.org
Mon Sep 10 08:50:14 UTC 2012


Author: pgj
Date: Mon Sep 10 08:50:13 2012
New Revision: 304024
URL: http://svn.freebsd.org/changeset/ports/304024

Log:
  - Fix build with wxGTK 2.9.4
  
  Reported by:	beatmail (via pointyhat)
  Obtained from:	FreeBSD Haskell

Added:
  head/x11-toolkits/hs-wxc/files/
  head/x11-toolkits/hs-wxc/files/patch-src__cpp__eljpen.cpp   (contents, props changed)

Added: head/x11-toolkits/hs-wxc/files/patch-src__cpp__eljpen.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/hs-wxc/files/patch-src__cpp__eljpen.cpp	Mon Sep 10 08:50:13 2012	(r304024)
@@ -0,0 +1,11 @@
+--- ./src/cpp/eljpen.cpp.orig	2012-07-03 11:12:17.000000000 +0100
++++ ./src/cpp/eljpen.cpp	2012-09-06 15:58:22.000000000 +0100
+@@ -156,7 +156,7 @@
+ EWXWEXPORT(void,wxPen_GetStipple)(void* self,wxBitmap* _ref)
+ {
+ #if defined(__WXGTK__)
+-    *_ref = NULL;
++    *_ref = (GdkPixbuf *) NULL;
+ #else
+     *_ref = *(((wxPen*)self)->GetStipple());
+ #endif



More information about the svn-ports-all mailing list