diff options
author | jaapb <jaapb@pkgsrc.org> | 2012-09-12 17:02:49 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2012-09-12 17:02:49 +0000 |
commit | 1fae791eca54a4028667488a1b03b18480552f13 (patch) | |
tree | 8d6c3fa994912790b014062c79b6ff19618dac24 /x11/qt4-libs/Makefile | |
parent | 83915b8ea48fca21e5452089d2b0fc7d3f8dd52a (diff) | |
download | pkgsrc-1fae791eca54a4028667488a1b03b18480552f13.tar.gz |
Added patches to make Qt use kqueue instead of fam for file system support.
Patches submitted by Sverre Froyen, see:
http://mail-index.netbsd.org/pkgsrc-users/2012/01/19/msg015577.html
Diffstat (limited to 'x11/qt4-libs/Makefile')
-rw-r--r-- | x11/qt4-libs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt4-libs/Makefile b/x11/qt4-libs/Makefile index b981ec45f68..1d7aa5b01b4 100644 --- a/x11/qt4-libs/Makefile +++ b/x11/qt4-libs/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.75 2012/05/24 08:07:33 adam Exp $ +# $NetBSD: Makefile,v 1.76 2012/09/12 17:02:50 jaapb Exp $ PKGNAME= qt4-libs-${QTVERSION} COMMENT= C++ X GUI toolkit +PKGREVISION= 1 .include "../../x11/qt4-libs/Makefile.common" |