mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
Fix build on 5.x.
Reported by: kris (bento)
This commit is contained in:
parent
2acabdf140
commit
f5dac4a377
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91123
23
multimedia/smpeg-xmms/files/patch-configure
Normal file
23
multimedia/smpeg-xmms/files/patch-configure
Normal file
@ -0,0 +1,23 @@
|
||||
--- configure.orig Mon Oct 13 19:33:20 2003
|
||||
+++ configure Mon Oct 13 19:36:04 2003
|
||||
@@ -2701,16 +2701,11 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
- printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the
|
||||
-minimum version\n", $smpeg_major_version, $smpeg_minor_version,
|
||||
-$smpeg_micro_version);
|
||||
- printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is
|
||||
-correct, then it is\n", major, minor, micro);
|
||||
+ printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the minimum version\n", $smpeg_major_version, $smpeg_minor_version, $smpeg_micro_version);
|
||||
+ printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is correct, then it is\n", major, minor, micro);
|
||||
printf("*** best to upgrade to the required version.\n");
|
||||
- printf("*** If smpeg-config was wrong, set the environment variable
|
||||
-SMPEG_CONFIG\n");
|
||||
- printf("*** to point to the correct copy of smpeg-config, and remove
|
||||
-the file\n");
|
||||
+ printf("*** If smpeg-config was wrong, set the environment variable SMPEG_CONFIG\n");
|
||||
+ printf("*** to point to the correct copy of smpeg-config, and remove the file\n");
|
||||
printf("*** config.cache before re-running configure\n");
|
||||
return 1;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user