diff options
author | shattered <shattered> | 2009-01-19 16:36:40 +0000 |
---|---|---|
committer | shattered <shattered> | 2009-01-19 16:36:40 +0000 |
commit | 14558128eb75d7e58633f8f73a57f19dfee4e140 (patch) | |
tree | 346f6b9c6e4752a4ab31633c7d22367877eb036b /x11/wxGTK24/Makefile | |
parent | 0902752d1b50677430e66819901de5ba78a6b670 (diff) | |
download | pkgsrc-14558128eb75d7e58633f8f73a57f19dfee4e140.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 |