diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-07-10 18:56:28 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-07-10 18:56:28 +0000 |
commit | 8d86fb98119b6af91bb16ab69ab63a51b20d2399 (patch) | |
tree | e6e9bc6d42804d037014339a6fff868b0b9da5e2 /lib/libpciaccess/Makefile.bsd-wrapper | |
parent | a8a0be7020e7bbe2852c351b32176821fa2eb69e (diff) |
Update to libpciaccess 0.11, with VGA arbiter support code from kettenis@.
Diffstat (limited to 'lib/libpciaccess/Makefile.bsd-wrapper')
-rw-r--r-- | lib/libpciaccess/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpciaccess/Makefile.bsd-wrapper b/lib/libpciaccess/Makefile.bsd-wrapper index 806283395..e4e59b2f4 100644 --- a/lib/libpciaccess/Makefile.bsd-wrapper +++ b/lib/libpciaccess/Makefile.bsd-wrapper @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2008/10/05 08:06:06 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2010/07/10 18:56:27 matthieu Exp $ -SHARED_LIBS= pciaccess 0.10 +SHARED_LIBS= pciaccess 1.0 CONFIGURE_ARGS+= --with-pciids-path=${X11BASE}/share |