diff options
Diffstat (limited to 'games/gcompris/files/patch-configure')
-rw-r--r-- | games/gcompris/files/patch-configure | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/games/gcompris/files/patch-configure b/games/gcompris/files/patch-configure new file mode 100644 index 000000000..47b92dc30 --- /dev/null +++ b/games/gcompris/files/patch-configure @@ -0,0 +1,29 @@ +--- configure.orig 2007-07-02 01:31:20.000000000 -0400 ++++ configure 2007-07-02 01:33:05.000000000 -0400 +@@ -25746,7 +25746,7 @@ else + fi + + found_xf86vidmode=no +-if test "x$USE_XF86VM" == "xyes" ; then ++if test "x$USE_XF86VM" = "xyes" ; then + XF86VM_LIBS= + { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5 + echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; } +@@ -27439,7 +27439,7 @@ else + USE_DEBUG="no" + fi + +-if test "x$USE_DEBUG" == "xyes" ; then ++if test "x$USE_DEBUG" = "xyes" ; then + + cat >>confdefs.h <<_ACEOF + #define DEBUG 1 +@@ -27548,7 +27548,7 @@ _ACEOF + + + cat >>confdefs.h <<_ACEOF +-#define PACKAGE_DATA_DIR "${myprefix}/${DATADIRNAME}" ++#define PACKAGE_DATA_DIR "${myprefix}/${DATADIRNAME}/gnome" + _ACEOF + + |