head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2013.02.10.09.39.36;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311997
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@--- autoconf/mpg123.orig
+++ autoconf/mpg123
@@@@ -14,7 +14,7 @@@@
 #*    flags                                                            */
 #*---------------------------------------------------------------------*/
 cflags=
-mpg123lib=-lmpg123
+libs=
 
 #*---------------------------------------------------------------------*/
 #*    We parse the arguments                                           */
@@@@ -27,8 +27,8 @@@@
     --cflags=*|-cflags=*)
       cflags="`echo $1 | sed 's/^[-a-z]*=//'`";;
 
-    --mpg123lib=*)
-      mpg123lib="`echo $1 | sed 's/^[-a-z]*=//'`";;
+    --libs=*)
+      libs="`echo $1 | sed 's/^[-a-z]*=//'`";;
 
     -*)
       echo "Unknown option \"$1\", ignored" >&2;;
@@@@ -43,7 +43,7 @@@@
 #*---------------------------------------------------------------------*/
 #*    compile                                                          */
 #*---------------------------------------------------------------------*/
-compile="$CC $cflags $file.c -o $aout $mpg123lib >/dev/null"
+compile="$CC $cflags $file.c -o $aout $libs >/dev/null"
 
 #*---------------------------------------------------------------------*/
 #*    The test C file                                                  */
@@@@ -154,7 +154,7 @@@@
 #*    Compilation test                                                 */
 #*---------------------------------------------------------------------*/
 if eval "$BUILDSH $compile"; then
-   echo "$mpg123lib"
+   echo "yes"
 else
    echo "no"
 fi
@
