aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-10-14 10:40:54 +0800
committeranholt <anholt@FreeBSD.org>2003-10-14 10:40:54 +0800
commita0943b3486d353592011ce6eacc29fc3820022b8 (patch)
treed2121b89cedee18e4b5e2db40cd14efb111994c2 /multimedia
parenta1dcc61da3c428409c225ded1c99feb30b2ccf0d (diff)
downloadfreebsd-ports-gnome-a0943b3486d353592011ce6eacc29fc3820022b8.tar.gz
freebsd-ports-gnome-a0943b3486d353592011ce6eacc29fc3820022b8.tar.zst
freebsd-ports-gnome-a0943b3486d353592011ce6eacc29fc3820022b8.zip
Fix build on 5.x.
Reported by: kris (bento)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/smpeg-xmms/files/patch-configure23
1 files changed, 23 insertions, 0 deletions
diff --git a/multimedia/smpeg-xmms/files/patch-configure b/multimedia/smpeg-xmms/files/patch-configure
new file mode 100644
index 000000000000..082a5fa2b327
--- /dev/null
+++ b/multimedia/smpeg-xmms/files/patch-configure
@@ -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;
+ }