diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-24 07:45:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-24 07:45:49 +0000 |
commit | 8d8632f86c546d434e10add70ce302aa625e7039 (patch) | |
tree | 4f2d97cbe4ee8d9a10327107e0cbfab59f2cc136 /x11/libX11/Makefile | |
parent | 55686fc479534aa5cd604393d6a46ae0176ccd9a (diff) | |
download | pkgsrc-8d8632f86c546d434e10add70ce302aa625e7039.tar.gz |
Make sure that configure includes pthread.h when checking for pthread
stubs as they are macros at least on NetBSD. Bump revision.
Diffstat (limited to 'x11/libX11/Makefile')
-rw-r--r-- | x11/libX11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index 18151402754..503454adeb8 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2008/04/17 12:33:56 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/04/24 07:45:49 joerg Exp $ # DISTNAME= libX11-1.1.4 +PKGREVISION= 1 CATEGORIES= x11 devel MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/ EXTRACT_SUFX= .tar.bz2 |