summaryrefslogtreecommitdiff
path: root/audio/SDL_mixer/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/SDL_mixer/patches/patch-ab')
-rw-r--r--audio/SDL_mixer/patches/patch-ab25
1 files changed, 0 insertions, 25 deletions
diff --git a/audio/SDL_mixer/patches/patch-ab b/audio/SDL_mixer/patches/patch-ab
deleted file mode 100644
index 1c09d3d7d58..00000000000
--- a/audio/SDL_mixer/patches/patch-ab
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2003/07/30 17:21:08 grant Exp $
-
---- configure.orig 2003-03-07 06:29:16.000000000 +0000
-+++ configure 2003-07-29 12:14:17.192643000 +0100
-@@ -2458,16 +2458,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;
- }