summaryrefslogtreecommitdiff
path: root/games/gcompris/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'games/gcompris/files/patch-configure')
-rw-r--r--games/gcompris/files/patch-configure17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/gcompris/files/patch-configure b/games/gcompris/files/patch-configure
new file mode 100644
index 000000000000..5733f7374614
--- /dev/null
+++ b/games/gcompris/files/patch-configure
@@ -0,0 +1,17 @@
+--- configure.orig Thu Dec 28 13:35:34 2000
++++ configure Thu Dec 28 13:36:02 2000
+@@ -4368,12 +4368,12 @@
+
+ if test "x${prefix}" = "xNONE"; then
+ cat >> confdefs.h <<EOF
+-#define PACKAGE_DATA_DIR "${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/data"
++#define PACKAGE_DATA_DIR "${ac_default_prefix}/${DATADIRNAME}/gnome/${PACKAGE}/data"
+ EOF
+
+ else
+ cat >> confdefs.h <<EOF
+-#define PACKAGE_DATA_DIR "${prefix}/${DATADIRNAME}/${PACKAGE}/data"
++#define PACKAGE_DATA_DIR "${prefix}/${DATADIRNAME}/gnome/${PACKAGE}/data"
+ EOF
+
+ fi