openbsd-ports/audio/faac/patches/patch-frontend_Makefile_am
jasper bd729fe17a - these patches aren't needed anymore
- add missing rcs id

from brad
2011-07-02 08:03:48 +00:00

16 lines
604 B
Plaintext

$OpenBSD: patch-frontend_Makefile_am,v 1.6 2011/07/02 08:03:48 jasper Exp $
--- frontend/Makefile.am.orig Mon Dec 15 19:56:00 2008
+++ frontend/Makefile.am Wed Jun 29 17:53:12 2011
@@ -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