diff options
author | abs <abs@pkgsrc.org> | 2009-08-21 08:27:29 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-08-21 08:27:29 +0000 |
commit | 6e28bf34bbfb52dbcfed4cf38313b88817dcee3b (patch) | |
tree | db99476750a56f2dd149219f7856c056a956365b /net/kdenetwork3/Makefile | |
parent | f6da57f722de1897daf76ef88149b5c651674f96 (diff) | |
download | pkgsrc-6e28bf34bbfb52dbcfed4cf38313b88817dcee3b.tar.gz |
fix build on NetBSD.amd64 using x11 from base (tested on modular x11)
- krfb/libvncserver/rfb.h had cope apparently copied from X11's Xmd.h,
but it missed setting LONG64, resulting in a mismatched typedef for CARD32
bump pkgrevision. Found on Alex's new kde3 playbox.
Diffstat (limited to 'net/kdenetwork3/Makefile')
-rw-r--r-- | net/kdenetwork3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index ad4a06a50f7..cfe1c6d72cb 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2009/05/20 00:58:25 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2009/08/21 08:27:29 abs Exp $ DISTNAME= kdenetwork-${_KDE_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net COMMENT= Network modules for the KDE integrated X11 desktop |