pkgsrc/x11/xproto/Makefile
wiz 5b41ab32c6 Fix FD_SETSIZE definition.
Move the define of FD_SETSIZE before the include of select.h, so that
is actually does something useful.

Bump PKGREVISION.
2015-07-21 12:40:36 +00:00

24 lines
577 B
Makefile

# $NetBSD: Makefile,v 1.30 2015/07/21 12:40:36 wiz Exp $
DISTNAME= xproto-7.0.28
PKGREVISION= 1
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X protocol and ancillary headers from Xorg X11
LICENSE= mit
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= xproto.pc.in
USE_LANGUAGES= c
post-extract:
${MV} ${WRKSRC}/Xos_r.h ${WRKSRC}/Xos_r.h.in
pre-configure:
sleep 1 && ${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in
.include "../../mk/bsd.pkg.mk"