Sync Mk with ports
[dports.git] / audio / ksmp3play / files / patch-configure
1 --- configure.orig      2008-06-15 10:23:18 UTC
2 +++ configure
3 @@ -1258,15 +1258,15 @@ int main (int argc, char *argv[])
4      }
5    else
6      {
7 -      printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the
8 -minimum version\n", $sdl_major_version, $sdl_minor_version,
9 +      printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the \
10 +minimum version\n", $sdl_major_version, $sdl_minor_version, \
11  $sdl_micro_version);
12 -      printf("*** of SDL required is %d.%d.%d. If sdl-config is correct,
13 +      printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, \
14  then it is\n", major, minor, micro);
15        printf("*** best to upgrade to the required version.\n");
16 -      printf("*** If sdl-config was wrong, set the environment variable
17 +      printf("*** If sdl-config was wrong, set the environment variable \
18  SDL_CONFIG\n");
19 -      printf("*** to point to the correct copy of sdl-config, and remove
20 +      printf("*** to point to the correct copy of sdl-config, and remove \
21  the file\n");
22        printf("*** config.cache before re-running configure\n");
23        return 1;