summaryrefslogtreecommitdiff
path: root/audio/beast/files/patch-configure
diff options
context:
space:
mode:
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"