diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-17 14:35:08 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-17 14:35:08 +0000 |
commit | 0548500df65c122bfd36fbdc656eae4674f4465f (patch) | |
tree | cb7818873a4db2d3da685aa2ecd1ffe91cc5a92e /audio/mpg321/files/patch-configure | |
parent | Updates the port to the latest version. (diff) |
add mpg321
A completely free clone of mpg123
Diffstat (limited to '')
-rw-r--r-- | audio/mpg321/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/mpg321/files/patch-configure b/audio/mpg321/files/patch-configure new file mode 100644 index 000000000000..c467932cceb5 --- /dev/null +++ b/audio/mpg321/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Feb 10 20:39:39 2001 ++++ configure Sat Feb 10 20:39:50 2001 +@@ -1078,7 +1078,7 @@ + AO_LIBS="-L$ao_prefix/lib" + fi + +- AO_LIBS="$AO_LIBS -lao -ldl" ++ AO_LIBS="$AO_LIBS -lao" + + echo $ac_n "checking for ao""... $ac_c" 1>&6 + echo "configure:1085: checking for ao" >&5 |