comparison x11/libxt/libxt.sh @ 715:150598ec37e7

vanilla: clang is the default /bin/cpp implementation
author David Demelier <markand@malikania.fr>
date Mon, 05 Aug 2019 12:38:51 +0200
parents 1f47028318f5
children 59a2fa6992bc
comparison
equal deleted inserted replaced
714:6b4ba668a43c 715:150598ec37e7
39 rm -rf libXt-$PKGVERSION 39 rm -rf libXt-$PKGVERSION
40 tar xvf libXt-$PKGVERSION.tar.gz 40 tar xvf libXt-$PKGVERSION.tar.gz
41 cd libXt-$PKGVERSION 41 cd libXt-$PKGVERSION
42 42
43 CC="$CC" \ 43 CC="$CC" \
44 CPP="$CC -E -" \
45 CFLAGS="$CFLAGS" \ 44 CFLAGS="$CFLAGS" \
46 LDFLAGS="$LDFLAGS" \ 45 LDFLAGS="$LDFLAGS" \
47 LIBS="$LIBS" \ 46 LIBS="$LIBS" \
48 ./configure \ 47 ./configure \
49 --build=$CBUILD \ 48 --build=$CBUILD \