diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-03-01 22:27:18 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-03-01 22:27:18 +0000 |
commit | 91b1437b0dc6f2eea9c8af1ee2636abecb80041e (patch) | |
tree | b9f1ba85b9eebb0578de42463d0dfc7d7517f1a8 /audio/faad/Makefile | |
parent | fd9537a3b6b5cc5af89d67364dd8ebda11dd3b8d (diff) | |
download | ports-91b1437b0dc6f2eea9c8af1ee2636abecb80041e.tar.gz ports-91b1437b0dc6f2eea9c8af1ee2636abecb80041e.zip |
Notes
Diffstat (limited to 'audio/faad/Makefile')
-rw-r--r-- | audio/faad/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 7e250c027474..00bf9eea1bc6 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -38,6 +38,8 @@ post-patch: ${WRKSRC}/frontend/Makefile.am @${REINPLACE_CMD} -e 's|^AM_CFLAGS|AM_CPPFLAGS|g ; \ s|-iquote |-I|g' ${WRKSRC}/libfaad/Makefile.am + @${REINPLACE_CMD} -e 's|= -DUSE_|= -fPIC -DPIC -DUSE_|g' \ + ${WRKSRC}/common/mp4ff/Makefile.am @${ECHO_CMD} "SUBDIRS = libfaad common frontend" > \ ${WRKSRC}/Makefile.am |