summaryrefslogtreecommitdiff
path: root/audio/beast/files/patch-configure
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-06-24 15:41:52 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-06-24 15:41:52 +0000
commit4cf32c89e78f8bb92141b79eec905d3b802f1a1e (patch)
tree8251f4d5bdacf58e68e0a8ecbd5e64b3e5837b5d /audio/beast/files/patch-configure
parentUpdate to > 2.1 (diff)
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 <jylefort@brutele.be>
Notes
Notes: svn path=/head/; revision=112146
Diffstat (limited to 'audio/beast/files/patch-configure')
-rw-r--r--audio/beast/files/patch-configure24
1 files changed, 24 insertions, 0 deletions
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"