changeset 708:1f47028318f5

x11/libxt: fix build without /bin/cpp
author David Demelier <markand@malikania.fr>
date Fri, 02 Aug 2019 20:50:00 +0200
parents 0b0c88de2c89
children 263453ab2372
files x11/libxt/libxt.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/x11/libxt/libxt.sh	Fri Aug 02 13:53:00 2019 +0200
+++ b/x11/libxt/libxt.sh	Fri Aug 02 20:50:00 2019 +0200
@@ -41,6 +41,7 @@
 	cd libXt-$PKGVERSION
 
 	CC="$CC" \
+	CPP="$CC -E -" \
 	CFLAGS="$CFLAGS" \
 	LDFLAGS="$LDFLAGS" \
 	LIBS="$LIBS" \