ports/76998: ports/audio/sdl_sound configure doesn't find smpeg
Rainer Göllner
rgoellner at gmx.de
Wed Feb 2 09:20:24 UTC 2005
>Number: 76998
>Category: ports
>Synopsis: ports/audio/sdl_sound configure doesn't find smpeg
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 02 09:20:23 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Rainer Göllner
>Release: FreeBSD 5.3
>Organization:
>Environment:
>Description:
The configure script for ports/audio/sdl_sound doesn't find the smpeg library of ports/multimedia/smpeg.
>How-To-Repeat:
Install smpeg, cd to sdl_soung, make configure
>Fix:
There are some superfluous line breaks in configure; to get rid of them, cat this to files/patch-configure:
@@ -6684,6 +6684,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -7364,16 +7364,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, th
en 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;
}
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list