Skip to content

Commit

Permalink
dvdisaster: Adding a BUILD so it will compile and install.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Nov 9, 2014
1 parent 0fccf14 commit 7c2316e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cd/dvdisaster/BUILD
@@ -0,0 +1,12 @@

sedit "24i #include <zlib.h>" tools/pngio.c &&

if ! grep -q sse2 /proc/cpuinfo ; then
OPTS+=" --with-sse2=no"
else
OPTS+=" --with-sse2=yes"
fi &&

OPTS+=" --with-nls=no" &&

default_build

0 comments on commit 7c2316e

Please sign in to comment.