]> git.pld-linux.org Git - packages/smpeg.git/blob - smpeg-gcc.patch
0c8febc9b4960973d1dc836ec709fc18146aa98d
[packages/smpeg.git] / smpeg-gcc.patch
1 diff -Nur smpeg-0.4.4.orig/smpeg.m4 smpeg-0.4.4.chng/smpeg.m4
2 --- smpeg-0.4.4.orig/smpeg.m4   Wed Apr  4 22:28:14 2001
3 +++ smpeg-0.4.4.chng/smpeg.m4   Thu Jul 24 14:10:50 2003
4 @@ -111,16 +111,13 @@
5      }
6    else
7      {
8 -      printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the 
9 -minimum version\n", $smpeg_major_version, $smpeg_minor_version, 
10 -$smpeg_micro_version);
11 -      printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is 
12 -correct, then it is\n", major, minor, micro);
13 +      printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the minimum version\n", 
14 +$smpeg_major_version, $smpeg_minor_version, $smpeg_micro_version);
15 +      printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is correct, then it is\n", 
16 +major, minor, micro);
17        printf("*** best to upgrade to the required version.\n");
18 -      printf("*** If smpeg-config was wrong, set the environment variable 
19 -SMPEG_CONFIG\n");
20 -      printf("*** to point to the correct copy of smpeg-config, and remove 
21 -the file\n");
22 +      printf("*** If smpeg-config was wrong, set the environment variable SMPEG_CONFIG\n");
23 +      printf("*** to point to the correct copy of smpeg-config, and remove the file\n");
24        printf("*** config.cache before re-running configure\n");
25        return 1;
26      }
This page took 0.058661 seconds and 2 git commands to generate.