summaryrefslogtreecommitdiff
path: root/x11/libX11/Makefile
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-07-24 01:07:31 +0000
committerbjs <bjs@pkgsrc.org>2008-07-24 01:07:31 +0000
commit99afa84806cd0ac782dbb58ad227f3a374745b13 (patch)
tree056e24512827a567d15a9f4ea9ac3c9e967682be /x11/libX11/Makefile
parent397e830876583054b14828390e0b0f6d8c0293a8 (diff)
downloadpkgsrc-99afa84806cd0ac782dbb58ad227f3a374745b13.tar.gz
Properly define XTHREAD_CFLAGS/XTHREADLIB on NetBSD: We do not
want -pthread in XTHREAD_CFLAGS, as this will end up linking everything against libpthread. Thus, in keeping with our gcc specfile, define _REENTRANT in XTHREAD_CFLAGS instead. XTHREADLIB is now -pthread, not -lpthread. While here, update to head of libX11-1.1 branch in GIT (with the exception of some unicode changes which caused mkpatches to choke). changes: - IM: Respect XMODIFIERS for Thai locale (bug #15719) - Bug #15884: Remove useless sleep()'s from the connection code. - NLS: Make UTF-8 the default for Russian - ConnDis: properly cast 'addr' before accessing it as a byte array. - added error check in Xcms color file parser; closes bug #15305 - Fix missing error condition in cmsColNm.c, also. Bump PKGREVISION.
Diffstat (limited to 'x11/libX11/Makefile')
-rw-r--r--x11/libX11/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index 05b8fad8396..27dd32abece 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2008/05/24 21:45:15 tnn Exp $
+# $NetBSD: Makefile,v 1.15 2008/07/24 01:07:31 bjs Exp $
#
DISTNAME= libX11-1.1.4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2