summaryrefslogtreecommitdiff
path: root/audio/beast/files/patch-configure
blob: f059d310df871e4211f95d528de0bfad61450841 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"