diff options
Diffstat (limited to 'games/gcompris2/files/patch-configure')
-rw-r--r-- | games/gcompris2/files/patch-configure | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/games/gcompris2/files/patch-configure b/games/gcompris2/files/patch-configure deleted file mode 100644 index 60de4a21276d..000000000000 --- a/games/gcompris2/files/patch-configure +++ /dev/null @@ -1,30 +0,0 @@ - -$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 - - - 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 - - |