e2e5fbea73
Alan Coopersmith (3): XauFileName: always go through buf allocation if buf is NULL Update configure.ac bug URL for gitlab migration libXau 1.0.9 Emil Velikov (1): autogen.sh: use quoted string variables Fuminobu TAKEYAMA (1): XauFileName: reset bsize when malloc failed Jeremy Huddleston Sequoia (1): Silence a benign static analysis warning with an assert of allocation size Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Tobias Stoeckmann (1): Avoid out of boundary read access walter harms (3): AuDispose.c:remove redundant null check on calling free() Au FileName.c: remove redundant null check on calling free() AuRead.c: remove redundant null check on calling free()
27 lines
677 B
Makefile
27 lines
677 B
Makefile
# $NetBSD: Makefile,v 1.16 2019/02/10 23:31:37 wiz Exp $
|
|
|
|
DISTNAME= libXau-1.0.9
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Authorization Protocol for X from X.org
|
|
LICENSE= mit
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
|
|
|
|
PKGCONFIG_OVERRIDE+= xau.pc.in
|
|
|
|
CPPFLAGS.OSF1+= -pthread # Required by compiler if including pthread.h
|
|
|
|
.include "../../meta-pkgs/modular-xorg/hacks.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../x11/xorgproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|