diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-06-04 16:11:26 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-06-04 16:11:26 +0000 |
commit | b45e9e0dfefe44c78022e9275e0f13bfd419fe6d (patch) | |
tree | 0d9cc4e3fc4f0a25cc4b0fd2a48b7b01657d769a /lib | |
parent | 2d79d6273512ccdef06178b233333c7ea44e486e (diff) |
Fix build for system that don't set XSRCDIR explicitely.
Problem noticed by ckuethe@. Thanks.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libxcb/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libxcb/Makefile.inc b/lib/libxcb/Makefile.inc index 576e7c896..36716232d 100644 --- a/lib/libxcb/Makefile.inc +++ b/lib/libxcb/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 2009/05/31 18:01:28 matthieu Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2009/06/04 16:11:25 matthieu Exp $ LIBXCB= ${.CURDIR}/../../../dist/libxcb @@ -21,4 +21,4 @@ HEADERS_SUBDIR= xcb/ _SRCDIR?= ${.CURDIR}/../src -PACKAGE_VERSION!=m4 ${XSRCDIR}/share/mk/package_version.m4 ${LIBXCB}/configure.ac +PACKAGE_VERSION!=m4 ${.CURDIR}/../../../share/mk/package_version.m4 ${LIBXCB}/configure.ac |