diff options
author | shattered <shattered@pkgsrc.org> | 2009-01-19 16:36:40 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2009-01-19 16:36:40 +0000 |
commit | a3b84be748a1561f02beca9d2d370b1a1bfab234 (patch) | |
tree | 346f6b9c6e4752a4ab31633c7d22367877eb036b /x11/wxGTK24/Makefile | |
parent | c09595ef648e9927baba7def218a88ec509f3ded (diff) | |
download | pkgsrc-a3b84be748a1561f02beca9d2d370b1a1bfab234.tar.gz |
Fix a couple of places where 32-bit values were being used for 64 bit
values (i.e. pointers). From PR 40257.
OK by wiz@.
Diffstat (limited to 'x11/wxGTK24/Makefile')
-rw-r--r-- | x11/wxGTK24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wxGTK24/Makefile b/x11/wxGTK24/Makefile index ca92bee806c..0422c53a27e 100644 --- a/x11/wxGTK24/Makefile +++ b/x11/wxGTK24/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2009/01/08 21:58:17 shattered Exp $ +# $NetBSD: Makefile,v 1.7 2009/01/19 16:36:40 shattered Exp $ # .include "Makefile.common" -PKGREVISION= 11 +PKGREVISION= 12 COMMENT= GTK-based implementation of the wxWidgets GUI library CONFLICTS+= wxGTK<=2.4.2nb5 |