summaryrefslogtreecommitdiff
path: root/x11/xf86-video-chips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xf86-video-chips/Makefile')
-rw-r--r--x11/xf86-video-chips/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/x11/xf86-video-chips/Makefile b/x11/xf86-video-chips/Makefile
index 50fa7eccc16..c9fdc3997d7 100644
--- a/x11/xf86-video-chips/Makefile
+++ b/x11/xf86-video-chips/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2012/10/29 05:07:03 asau Exp $
+# $NetBSD: Makefile,v 1.11 2013/05/16 06:05:19 richard Exp $
#
-DISTNAME= xf86-video-chips-1.2.1
-PKGREVISION= 1
+DISTNAME= xf86-video-chips-1.2.5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
@@ -21,6 +20,14 @@ USE_TOOLS+= pkg-config
CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
.endif
+#
+# it appears the 1.2.5 tarball forgot something
+#
+post-extract:
+.if !exists(${WRKSRC}/util/iopl.h)
+ ${CP} ${FILESDIR}/iopl.h ${WRKSRC}/util/
+.endif
+
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../x11/randrproto/buildlink3.mk"
.include "../../x11/renderproto/buildlink3.mk"