diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-17 08:54:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-17 08:54:33 +0000 |
commit | 8e97e23912317fc0f973bd1cd7fd1013be17a359 (patch) | |
tree | 935c817116f95a8b4bb47e15b2a78050cf88cc94 /games/gcompris/files/patch-configure | |
parent | Update to 0.5.1 and fix a bug related to using freed memory. (diff) |
Update to 0.5.1.
Notes
Notes:
svn path=/head/; revision=41511
Diffstat (limited to 'games/gcompris/files/patch-configure')
-rw-r--r-- | games/gcompris/files/patch-configure | 39 |
1 files changed, 26 insertions, 13 deletions
diff --git a/games/gcompris/files/patch-configure b/games/gcompris/files/patch-configure index 5733f7374614..60de4a21276d 100644 --- a/games/gcompris/files/patch-configure +++ b/games/gcompris/files/patch-configure @@ -1,17 +1,30 @@ ---- 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" + +$FreeBSD$ + +--- configure.orig Tue Apr 17 11:15:52 2001 ++++ configure Tue Apr 17 11:16:39 2001 +@@ -4463,21 +4463,21 @@ + 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="data" + + cat >> confdefs.h <<EOF +-#define PACKAGE_DATA_DIR "${myprefix}/${DATADIRNAME}/${PACKAGE}/data" ++#define PACKAGE_DATA_DIR "${myprefix}/${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" + + PACKAGE_PIXMAPS_DIR="pixmaps" + + cat >> confdefs.h <<EOF +-#define PACKAGE_PIXMAPS_DIR "${myprefix}/${DATADIRNAME}/${PACKAGE}/pixmaps" ++#define PACKAGE_PIXMAPS_DIR "${myprefix}/${DATADIRNAME}/gnome/${PACKAGE}/pixmaps" EOF - fi + |