diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-31 22:41:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-31 22:41:17 +0000 |
commit | b3edaf23e46b826c9ee371f0a9d7f97edc526d77 (patch) | |
tree | 8a3db60ecb26ac0df968f5b1f9a205b64ca7134d | |
parent | 0e4497002db62898bd69edb43ae17565e6c5ae6b (diff) | |
download | ports-b3edaf23e46b826c9ee371f0a9d7f97edc526d77.tar.gz ports-b3edaf23e46b826c9ee371f0a9d7f97edc526d77.zip |
Notes
-rw-r--r-- | x11/libxcb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index e594e63e0f03..79c8b60c3653 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -7,6 +7,7 @@ PORTNAME= libxcb PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ @@ -32,13 +33,11 @@ CONFIGURE_ARGS= --with-check=${LOCALBASE} .for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS CONFIGURE_ARGS+=${f}="${${f}}" .endfor -CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" +CONFIGURE_ENV= LIBS="`pkg-config --libs pthread-stubs`" LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto \ ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs -PTHREAD_STUBS_LIBS!= pkg-config --libs pthread-stubs - NEEDED_CFLAGS= -I${X11BASE}/include NEEDED_LIBS= -L${X11BASE}/lib -lXau $(PTHREAD_STUBS_LIBS) |