Adjust the shared-lib versions for the intel driver to match the

versions expected by the time_t bump, this time done correctly

ok matthieu@
This commit is contained in:
guenther 2013-08-15 03:34:19 +00:00
parent 977241acdf
commit 9a4b5cd1f6

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2013/08/13 18:52:13 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2013/08/15 03:34:19 guenther Exp $
.include <bsd.xconf.mk>
@ -6,6 +6,6 @@
CONFIGURE_ARGS+= --disable-dri
.endif
SHARED_LIBS= IntelXvMC 2,0
SHARED_LIBS= IntelXvMC 2.0 I810XvMC 2.0
.include <bsd.xorg.mk>