diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 03:34:42 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 03:34:42 +0000 |
commit | 14427e99f64c5ce8be7aeee9d02aa243a992f701 (patch) | |
tree | 430543784965da71a789c5a40eb72b3fa26c2e61 /audio/muse/files/patch-src::Makefile.in | |
parent | - Update to 0.2.10 (diff) |
- Update to 0.9.2
- Add OPTIONS
- Make some dependecies optional
- Pass maintainership to submitter
PR: ports/101351
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Notes
Notes:
svn path=/head/; revision=169898
Diffstat (limited to 'audio/muse/files/patch-src::Makefile.in')
-rw-r--r-- | audio/muse/files/patch-src::Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/muse/files/patch-src::Makefile.in b/audio/muse/files/patch-src::Makefile.in index d51c82fb6830..abd4d08a05b1 100644 --- a/audio/muse/files/patch-src::Makefile.in +++ b/audio/muse/files/patch-src::Makefile.in @@ -1,10 +1,10 @@ ---- src/Makefile.in.orig Sun Apr 18 00:33:24 2004 -+++ src/Makefile.in Mon Apr 19 22:28:56 2004 -@@ -207,7 +207,6 @@ - muse_LDADD = \ - $(top_srcdir)/src/resample/libresample.a \ +--- src/Makefile.in.orig Fri Aug 4 11:43:41 2006 ++++ src/Makefile.in Fri Aug 4 11:43:46 2006 +@@ -268,7 +268,6 @@ $(top_srcdir)/src/libmpeg/libmpeg.a \ + $(top_srcdir)/src/shout/libshout.a \ + $(top_srcdir)/src/portaudio/libportaudio.a \ - -lpthread \ - @LIBSHOUT_LIB@ \ @M_LIBS@ \ @LAME_LIBS@ \ + @OGG_LIBS@ \ |