From 4cf32c89e78f8bb92141b79eec905d3b802f1a1e Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 24 Jun 2004 15:41:52 +0000 Subject: Add beast 0.6.1, Beast is a powerful music composition and modular synthesis application. It supports a wide range of standards in the field, such as MIDI, WAV/AIFF/MP3/OggVorbis/etc audio files and LADSPA modules. It has excellent technical abilities like multitrack editing, unlimited undo/redo support, real-time synthesis support, 32bit audio rendering, full duplex support, multiprocessor support, precise timing down to sample granularity, on demand loading of partial wave files, on the fly decoding and full scriptability in scheme. The plugins, synthesis core and the user interface are actively being developed and translated into a variety of languages, regularly assimilating user feedback such as from our FeatureRequests page. WWW: http://beast.gtk.org/ PR: ports/68251 Submitted by: Jean-Yves Lefort --- audio/beast/files/patch-configure | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 audio/beast/files/patch-configure (limited to 'audio/beast/files/patch-configure') diff --git a/audio/beast/files/patch-configure b/audio/beast/files/patch-configure new file mode 100644 index 000000000000..f059d310df87 --- /dev/null +++ b/audio/beast/files/patch-configure @@ -0,0 +1,24 @@ +--- configure.orig Sat Mar 6 18:39:41 2004 ++++ configure Wed Jun 23 20:14:12 2004 +@@ -2005,11 +2005,7 @@ + else + DEBUG_FLAGS="-DGTK_NO_CHECK_CASTS" + fi fi +-if test "$cflags_set" = set; then +- CFLAGS="$CFLAGS -g $DEBUG_FLAGS" +-else +- CFLAGS="$DEBUG_FLAGS" +-fi ++CFLAGS="$CFLAGS $DEBUG_FLAGS" + + + case "$enable_static" in +@@ -20267,7 +20263,7 @@ + if test "x$CATOBJEXT" = "x.mo" ; then + beastlocaledir=`eval echo "${libdir}/locale"` + else +- beastlocaledir=`eval echo "${datadir}/locale"` ++ beastlocaledir=`eval echo "${prefix}/share/locale"` + fi + exec_prefix="$saved_exec_prefix" + prefix="$saved_prefix" -- cgit v1.2.3