[Lunar-commits] r25783 - moonbase/trunk/audio/sox
Dennis Veatch
stumbles at lunar-linux.org
Thu Sep 13 16:02:53 CEST 2007
Author: stumbles
Date: 2007-09-13 16:02:52 +0200 (Thu, 13 Sep 2007)
New Revision: 25783
Added:
moonbase/trunk/audio/sox/BUILD.x86_64
Log:
Adding this for 64bit compatibility. Just a minor sedit and
not needed on the 32bit ISOs. This should be revisited on the
next sox version bump.
Added: moonbase/trunk/audio/sox/BUILD.x86_64
===================================================================
--- moonbase/trunk/audio/sox/BUILD.x86_64 (rev 0)
+++ moonbase/trunk/audio/sox/BUILD.x86_64 2007-09-13 14:02:52 UTC (rev 25783)
@@ -0,0 +1,12 @@
+(
+
+ sedit "s:ftello:ftell:g" src/vorbis.c
+
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>$1
More information about the Lunar-commits
mailing list