diff options
author | grant <grant@pkgsrc.org> | 2004-06-26 18:10:20 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-26 18:10:20 +0000 |
commit | 25c5780aa3486a4f5e008c093906e775545a7a2a (patch) | |
tree | 9850add4b7a31435babb8451e9947498f9c519a4 /multimedia/smpeg-xmms/patches/patch-aa | |
parent | 89af912d1c1268fa9fd093c2f31bcf1f580d42c5 (diff) | |
download | pkgsrc-25c5780aa3486a4f5e008c093906e775545a7a2a.tar.gz |
move smpeg-xmms to multimedia/
Diffstat (limited to 'multimedia/smpeg-xmms/patches/patch-aa')
-rw-r--r-- | multimedia/smpeg-xmms/patches/patch-aa | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/multimedia/smpeg-xmms/patches/patch-aa b/multimedia/smpeg-xmms/patches/patch-aa new file mode 100644 index 00000000000..9b38232603f --- /dev/null +++ b/multimedia/smpeg-xmms/patches/patch-aa @@ -0,0 +1,29 @@ +$NetBSD: patch-aa,v 1.1 2004/06/26 18:10:20 grant Exp $ + +--- configure.orig 2004-03-11 21:16:37.000000000 -0800 ++++ configure 2004-03-11 21:17:54.000000000 -0800 +@@ -2701,16 +2701,16 @@ int main (int argc, char *argv[]) + } + else + { +- printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the +-minimum version\n", $smpeg_major_version, $smpeg_minor_version, ++ 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("*** 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; + } |