summaryrefslogtreecommitdiff
path: root/games/gcompris2/files/patch-configure
blob: db31635c6e87e8068a86fc092cae287b3210896b (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
49
$FreeBSD$

--- configure.orig	Thu Apr 18 14:54:09 2002
+++ configure	Thu Apr 18 14:56:30 2002
@@ -7272,7 +7272,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
-#include <xmlversion.h>
+#include <libxml/xmlversion.h>
 
 int 
 main()
@@ -7383,7 +7383,7 @@
 #line 7384 "configure"
 #include "confdefs.h"
 
-#include <xmlversion.h>
+#include <libxml/xmlversion.h>
 #include <stdio.h>
 
 int main() {
@@ -8915,7 +8915,7 @@
 fi
 
 
-	     CATOBJEXT=.gmo
+	     CATOBJEXT=.mo
 	   fi
 	
 else
@@ -9211,14 +9211,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