Date: Wed, 29 Sep 2004 13:38:57 -0400 (EDT) From: Michael Johnson <ahze@ahze.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dyeske@yahoo.com Subject: ports/72176: [PATCH] audio/xmms-faad2: [Link to libfaad and libmp4v2] Message-ID: <200409291738.i8THcv5x042539@blueheron.ahze.net> Resent-Message-ID: <200409291740.i8THeJaI085919@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72176 >Category: ports >Synopsis: [PATCH] audio/xmms-faad2: [Link to libfaad and libmp4v2] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 29 17:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-BETA3 i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-BETA3 FreeBSD 5.3-BETA3 #66: Tue Sep 7 12:56:04 EDT >Description: - Link and don't build libfaad and libmp4v2 Added file(s): - files/patch-Makefile.am Port maintainer (dyeske@yahoo.com) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- xmms-faad2-2.0_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/xmms-faad.orig/files/patch-Makefile.am /usr/ports/audio/xmms-faad/files/patch-Makefile.am --- /usr/ports/audio/xmms-faad.orig/files/patch-Makefile.am Wed Dec 31 19:00:00 1969 +++ /usr/ports/audio/xmms-faad/files/patch-Makefile.am Wed Sep 29 13:35:44 2004 @@ -0,0 +1,12 @@ +--- plugins/xmms/src/Makefile.am.orig Wed Sep 29 13:33:13 2004 ++++ plugins/xmms/src/Makefile.am Wed Sep 29 13:34:27 2004 +@@ -5,8 +5,7 @@ + `$(GTK_CONFIG) --cflags` -DHAVE_GLIB_H=1 \ + -I$(top_srcdir)/include -I$(top_srcdir)/common/mp4v2 + +-libmp4_la_LIBADD = $(top_builddir)/libfaad/libfaad.la \ +- $(top_builddir)/common/mp4v2/libmp4v2.la ++LIBS= -lfaad -lmp4v2 + + libmp4_la_LDFLAGS = -module -avoid-version `$(XMMS_CONFIG) --libs` \ + `$(GTK_CONFIG) --libs` -lpthread -lstdc++ --- xmms-faad2-2.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409291738.i8THcv5x042539>