summaryrefslogtreecommitdiff
path: root/games/gcompris2/files/patch-configure
blob: 6bd6f5eadef774a2da36e77bd98823d143d83e2a (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
$FreeBSD$

--- configure	2002/05/30 12:46:09	1.1
+++ configure	2002/05/30 12:46:56
@@ -5891,6 +5891,7 @@
 
 # This can be used to rebuild libtool when needed
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -7312,7 +7313,7 @@
 #line 7313 "configure"
 #include "confdefs.h"
 
-#include <xmlversion.h>
+#include <libxml/xmlversion.h>
 #include <stdio.h>
 
 int main() {
@@ -9203,7 +9204,7 @@
 EOF
 if { (eval echo configure:9205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
-  CATOBJEXT=.gmo
+  CATOBJEXT=.mo
 	         DATADIRNAME=share
 else
   echo "configure: failed program was:" >&5
@@ -9376,14 +9377,14 @@
 PACKAGE_SOUNDS_DIR="sounds"
 
 cat >> confdefs.h <<EOF
-#define PACKAGE_SOUNDS_DIR "${myprefix}/${DATADIRNAME}/${PACKAGE}/sounds"
+#define PACKAGE_SOUNDS_DIR "${myprefix}/${DATADIRNAME}/gnome/${PACKAGE}/sounds"
 EOF
 
 
 PACKAGE_DATA_DIR="boards"
 
 cat >> confdefs.h <<EOF
-#define PACKAGE_DATA_DIR "${myprefix}/${DATADIRNAME}/${PACKAGE}/boards"
+#define PACKAGE_DATA_DIR "${myprefix}/${DATADIRNAME}/gnome/${PACKAGE}/boards"
 EOF