head 1.2; access; symbols pkgsrc-2015Q3:1.1.0.6 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.4 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.2 pkgsrc-2015Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2015.10.24.19.18.45; author joerg; state dead; branches; next 1.1; commitid gqKjh0T5uvD6AoGy; 1.1 date 2015.02.20.23.39.31; author joerg; state Exp; branches; next ; commitid yXirQAfOxdwMVNay; desc @@ 1.2 log @Remove Haskell binding for old wxGTK versions, which doesn't work with modern GHC anyway. @ text @$NetBSD: patch-wxc_src_ewxw_eljtoolbar.cpp,v 1.1 2015/02/20 23:39:31 joerg Exp $ --- wxc/src/ewxw/eljtoolbar.cpp.orig 2015-02-20 23:10:53.000000000 +0000 +++ wxc/src/ewxw/eljtoolbar.cpp @@@@ -15,7 +15,7 @@@@ EWXWEXPORT(void, wxToolBar_Delete) (void EWXWEXPORT(int, wxToolBar_AddControl) (void* _obj, void* ctrl) { - return (int)((wxToolBar*)_obj)->AddControl ((wxControl*)ctrl); + return (int)(intptr_t)((wxToolBar*)_obj)->AddControl ((wxControl*)ctrl); } EWXWEXPORT(void, wxToolBar_AddSeparator) (void* _obj) @ 1.1 log @Build shared library. Fix soname passing. Fix format strings. Explicitly truncate pointers (XXX revisit by somewhere with more Haskellfu). Fix bit masking. @ text @d1 1 a1 1 $NetBSD$ @