[Midnightbsd-cvs] mports [18158] trunk/audio/faac/files/patch-frontend_Makefile.am: add missing file

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 15 15:24:33 EDT 2015


Revision: 18158
          http://svnweb.midnightbsd.org/mports/?rev=18158
Author:   laffer1
Date:     2015-03-15 15:24:32 -0400 (Sun, 15 Mar 2015)
Log Message:
-----------
add missing file

Added Paths:
-----------
    trunk/audio/faac/files/patch-frontend_Makefile.am

Added: trunk/audio/faac/files/patch-frontend_Makefile.am
===================================================================
--- trunk/audio/faac/files/patch-frontend_Makefile.am	                        (rev 0)
+++ trunk/audio/faac/files/patch-frontend_Makefile.am	2015-03-15 19:24:32 UTC (rev 18158)
@@ -0,0 +1,14 @@
+--- frontend/Makefile.am.orig	2010-08-18 15:43:04.246728673 +0300
++++ frontend/Makefile.am	2010-08-18 15:45:44.922966543 +0300
+@@ -7,6 +7,11 @@ if WITH_MP4V2
+ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/common/mp4v2
+ LDADD = $(top_builddir)/libfaac/libfaac.la $(top_srcdir)/common/mp4v2/libmp4v2.a -lm -lstdc++
+ else
++if WITH_EXT_MP4V2
++INCLUDES = -I$(top_srcdir)/include 
++LDADD = $(top_builddir)/libfaac/libfaac.la -lmp4v2 -lm -lstdc++
++else
+ INCLUDES = -I$(top_srcdir)/include 
+ LDADD = $(top_builddir)/libfaac/libfaac.la -lm
+ endif
++endif


Property changes on: trunk/audio/faac/files/patch-frontend_Makefile.am
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list