diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-28 11:44:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-28 11:44:20 +0000 |
commit | 6f3359592fd9620054d28f5ecb64e6494699d147 (patch) | |
tree | 846f47f98ce553803fe7a9f47294c4ebb5b3f007 /games/gcompris2/files | |
parent | Use -mandoc instead of -man. (diff) |
Update to 0.3.5.
Notes
Notes:
svn path=/head/; revision=36421
Diffstat (limited to 'games/gcompris2/files')
-rw-r--r-- | games/gcompris2/files/patch-configure | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/gcompris2/files/patch-configure b/games/gcompris2/files/patch-configure new file mode 100644 index 000000000000..5733f7374614 --- /dev/null +++ b/games/gcompris2/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 |