pkgsrc/x11/xproto/Makefile
wiz 5e2bb52430 Update to 7.0.27:
This release improves support for compiler attributes for the clang and
Solaris Studio 12.4 compilers, and makes builds on AIX choose the right
headers to include.

Alan Coopersmith (4):
      Enable use of __attribute__((deprecated)) with Solaris Studio 12.4 compiler
      Do not suggest adding new keysyms to XF86keysym.h
      Use clang's __has_attribute to check for attribute support
      xproto 7.0.27

Michael Haubenwallner (1):
      Bug #80528: make it build on AIX
2014-12-31 14:25:03 +00:00

23 lines
561 B
Makefile

# $NetBSD: Makefile,v 1.28 2014/12/31 14:25:03 wiz Exp $
DISTNAME= xproto-7.0.27
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"