diff options
author | markd <markd> | 2006-02-26 11:46:41 +0000 |
---|---|---|
committer | markd <markd> | 2006-02-26 11:46:41 +0000 |
commit | 19776b23d4ad59803acf50a302285322fc8a8c5d (patch) | |
tree | 8f60bfb5029e071825193dddaa01d13ca5083c71 /x11/kdelibs3/Makefile | |
parent | 6bcaebd3e3e7d9472a444a3d9f5a97a5699c7530 (diff) | |
download | pkgsrc-19776b23d4ad59803acf50a302285322fc8a8c5d.tar.gz |
Patch from kde svn to fix compilation with gcc 2.95. Should fix build
on NetBSD 1.6.2. Bump PKGREVISION.
Diffstat (limited to 'x11/kdelibs3/Makefile')
-rw-r--r-- | x11/kdelibs3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 574e2260aba..f2b7a6ccfc3 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.104 2006/02/07 10:06:53 markd Exp $ +# $NetBSD: Makefile,v 1.105 2006/02/26 11:46:41 markd Exp $ DISTNAME= kdelibs-${_KDE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 COMMENT= Support libraries for the KDE integrated X11 desktop |