From 4b9ced0e6d5ed6e6b359847b0438ba11119904c2 Mon Sep 17 00:00:00 2001 From: zeising Date: Wed, 20 Jun 2012 16:40:10 +0000 Subject: Fix issues and make xorg compile with clang-cpp as cpp. This patch just kills off the check for working cpp -traditional. The result is semi-broken whitespace in some manuals and in the startx script, but no functional or other differences. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@526 058c260c-8361-11dd-a0ac-aa2bafec7d09 --- x11-drivers/xf86-video-sis/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11-drivers/xf86-video-sis/Makefile') diff --git a/x11-drivers/xf86-video-sis/Makefile b/x11-drivers/xf86-video-sis/Makefile index 2641c7c..16f7899 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 -- cgit v1.2.3