diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2012-07-29 18:26:00 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2012-07-29 18:26:00 +0000 |
commit | 7761aefad2158283f2753be8926f01f87d7876a8 (patch) | |
tree | 5ee8fd1ef51fc559a9ef5cca57a05abf4d5e8a58 /x11-drivers | |
parent | 228cdb0c0b5844ac0aa7fa9d07eae943d5312a12 (diff) |
Notes
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-sis/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-sis/Makefile b/x11-drivers/xf86-video-sis/Makefile index 2641c7ceb699..16f7899e94cb 100644 --- a/x11-drivers/xf86-video-sis/Makefile +++ b/x11-drivers/xf86-video-sis/Makefile @@ -20,4 +20,8 @@ XORG_CAT= driver USE_XORG= xf86dgaproto xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto MAN4= sis.4x +post-patch: + @${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \ + ${WRKSRC}/configure + .include <bsd.port.mk> |