summaryrefslogtreecommitdiffstats
path: root/source/x/x11/configure/pixman
blob: 492cf8ae05d9cc550365adb9342178947563b271 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if [ "$ARCH" = "x86_64" ]; then
  do_sse2="--enable-sse2"
else
  do_sse2="--disable-sse2"
fi

CFLAGS=$SLKCFLAGS \
CXXFLAGS=$SLKCFLAGS \
./configure \
  --prefix=/usr \
  --libdir=/usr/lib${LIBDIRSUFFIX} \
  --sysconfdir=/etc \
  --localstatedir=/var \
  --infodir=/usr/info \
  --mandir=/usr/man \
  --disable-static \
  --disable-vmx \
  --build=$ARCH-slackware-linux \
  ${do_sse2}