lzdoom: new package at 3.88b
[kiss-trunc88.git] / gavl / build
blobe9f6c9ecd2271cd28f8093c33bbdafff6e40fbaa
1 #!/bin/sh -e
3 export CFLAGS="-DNDEBUG -pipe -march=westmere"
4 export CXXFLAGS="$CFLAGS"
6 sed -i '/#include <config.h>/a #include <sched.h>' \
7 src/benchmark.c
8 sed -i '/#include <config.h>/a #define _GNU_SOURCE' \
9 src/benchmark.c
11 ./configure \
12 --prefix=/usr \
13 --without-doxygen \
14 --with-cpuflags=none
16 make
17 make DESTDIR="$1" install