0fd857ff78
Kim Woelders (1): Bug #17774: Allocate the right size in XSyncListSystemCounters. Paulo Cesar Pereira de Andrade (3): Janitor: Correct make distcheck and compiler warnings. patch to avoid gcc warning in libXext Xorg libXext Version 1.0.5. Peter Hutterer (8): Add GenericEvent extension (XGE). Remove useless line in XGE that didn't do anything except segfaulting. Lock/Unlock in _xgeCheckExtInit(), and not in xgeGetExtensionVersion(). Don't call _xgeCheckExtInit() from _xgeWireToEvent(). It will cause a SIGABRT Xge: replace copyright with standard template from xserver, whitespace fixes. Xge: Replace XExtensionVersion with XGEVersionRec. Require xproto 7.0.13, xextproto 7.0.3 and xlib 1.1.99.1. Bump to 1.0.99.1
39 lines
940 B
Makefile
39 lines
940 B
Makefile
# $NetBSD: Makefile,v 1.8 2009/02/21 16:48:20 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libXext-1.0.5
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X Extension library
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= xext.pc.in
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
CONFIGURE_ARGS+= --disable-malloc0returnsnull
|
|
.endif
|
|
|
|
.include "../../mk/compiler.mk"
|
|
.if !empty(PKGSRC_COMPILER:Mhp)
|
|
CONFIGURE_ENV+= ac_cv_path_RAWCPP="cc -E -Uunix -"
|
|
.endif
|
|
|
|
BUILDLINK_API_DEPENDS.libX11+= libX11>=1.2
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.xextproto+= xextproto>=7.0.5
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|