comparison x11/libxt/libxt.sh @ 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 25cecc6dca48
children 150598ec37e7
comparison
equal deleted inserted replaced
707:0b0c88de2c89 708:1f47028318f5
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 -" \
44 CFLAGS="$CFLAGS" \ 45 CFLAGS="$CFLAGS" \
45 LDFLAGS="$LDFLAGS" \ 46 LDFLAGS="$LDFLAGS" \
46 LIBS="$LIBS" \ 47 LIBS="$LIBS" \
47 ./configure \ 48 ./configure \
48 --build=$CBUILD \ 49 --build=$CBUILD \