diff options
Diffstat (limited to 'games/gcompris/files/patch-configure')
-rw-r--r-- | games/gcompris/files/patch-configure | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/games/gcompris/files/patch-configure b/games/gcompris/files/patch-configure deleted file mode 100644 index 6bd6f5eadef7..000000000000 --- a/games/gcompris/files/patch-configure +++ /dev/null @@ -1,48 +0,0 @@ - -$FreeBSD$ - ---- configure 2002/05/30 12:46:09 1.1 -+++ configure 2002/05/30 12:46:56 -@@ -5891,6 +5891,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -7312,7 +7313,7 @@ - #line 7313 "configure" - #include "confdefs.h" - --#include <xmlversion.h> -+#include <libxml/xmlversion.h> - #include <stdio.h> - - int main() { -@@ -9203,7 +9204,7 @@ - EOF - if { (eval echo configure:9205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* -- CATOBJEXT=.gmo -+ CATOBJEXT=.mo - DATADIRNAME=share - else - echo "configure: failed program was:" >&5 -@@ -9376,14 +9377,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 - - |