8d825b5cdb
Adam Jackson (1): Remove X_NOT_STDC_ENV usage. (#6527) Alan Coopersmith (4): Revert "Change masculine to ordmasculine in Compose file comments" Use AC_USE_SYSTEM_EXTENSIONS instead of hand-rolled check for _GNU_SOURCE Correct return type in XkbGetKeyboard man page Drop ancient USG SysV #ifdefs Caolan McNamara (1): man: missing space in XAllocColor man page Christoph Pfister (1): X.Org Bug #21117: crash in get_rotate_fontname (omGeneric.c) James Cloos (3): [nls] Remove combining_ keysyms from the Compose files [nls] Remove extraneous instances of UCS Combining Characters in Compose sequences. [nls] Replace remaining UCS Combining Characters in Compose sequences. Julien Cristau (4): Fix fi_FI.UTF-8, again nls: remove duplicated en_US* aliases nls: remove broken sd_IN.UTF-8 alias nls: remove more duplicated aliases Peter Hutterer (3): XWindowEvent/XCheckWindowEvent must not return GenericEvents. XMaskEvent/XCheckMaskedEvents must not check for GenericEvents. Bump to 1.2.2 Theppitak Karoonboonyanan (3): CharSet-to-CompoundText Conversion Failed for Thai Locales Thai XIM not filters when NumLock or CapsLock is on Thai XIM not retrieve MB surrounding on UTF-8 LC parag (2): libX11: Add new Indic language information to nls directory files. #21560 nls: Add pa_PK locale information and make pa_IN as default for pa.
54 lines
1.5 KiB
Makefile
54 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.19 2009/07/18 10:20:51 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libX11-1.2.2
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Base X libraries from modular Xorg X11
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
CONFIGURE_ARGS+= --enable-man-pages=3
|
|
CONFIGURE_ARGS+= --without-xcb
|
|
PKGCONFIG_OVERRIDE+= x11.pc.in
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
CONFIGURE_ARGS+= --disable-malloc0returnsnull
|
|
.endif
|
|
|
|
.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
|
|
MAKE_ENV+= CC_FOR_BUILD=${NATIVE_CC:Q} CPPFLAGS_FOR_BUILD=-I${PREFIX}/include
|
|
.endif
|
|
|
|
CPPFLAGS.OSF1+= -pthread # Required by compiler if including pthread.h
|
|
|
|
.include "../../mk/compiler.mk"
|
|
.if !empty(PKGSRC_COMPILER:Mhp)
|
|
CONFIGURE_ENV+= ac_cv_path_RAWCPP="cc -E -Uunix -"
|
|
.endif
|
|
|
|
.include "../../x11/bigreqsproto/buildlink3.mk"
|
|
.include "../../x11/inputproto/buildlink3.mk"
|
|
.include "../../x11/kbproto/buildlink3.mk"
|
|
.include "../../x11/libXau/buildlink3.mk"
|
|
.include "../../x11/libXdmcp/buildlink3.mk"
|
|
.include "../../x11/xcmiscproto/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../x11/xf86bigfontproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../x11/xtrans/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|