[Lunar-commits] <moonbase-other> dvdisaster: Adding a BUILD so it will compile and install.
Dennis Veatch
dennisveatch at bellsouth.net
Sun Nov 9 22:58:36 CET 2014
commit 7c2316eb6f2aeb4681b6efa8be67f96d565a1f27
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sun, 09 Nov 2014 16:56:40 -0500
URL: https://github.com/lunar-linux/moonbase-other/commit/7c2316eb6f2aeb4681b6efa8be67f96d565a1f27
dvdisaster: Adding a BUILD so it will compile and install.
---
cd/dvdisaster/BUILD | +12/-0
1 file changed, 12 insertions(+)
--- /dev/null
+++ b/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
More information about the Lunar-commits
mailing list