diff options
author | beech <beech@FreeBSD.org> | 2009-03-02 06:27:18 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2009-03-02 06:27:18 +0800 |
commit | 038847d35779bb0e8eeeac5f2a05552fa678c07e (patch) | |
tree | fe5e69010df21875e02041d6a4bf6b9aa777ed70 /audio | |
parent | 29bc5475d4d738fe3bc7b5bac871a1f25ae8f4d6 (diff) | |
download | freebsd-ports-gnome-038847d35779bb0e8eeeac5f2a05552fa678c07e.tar.gz freebsd-ports-gnome-038847d35779bb0e8eeeac5f2a05552fa678c07e.tar.zst freebsd-ports-gnome-038847d35779bb0e8eeeac5f2a05552fa678c07e.zip |
- Add PIC flags to fix 64 Bit build
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Reported by: pointyhat via pav
Diffstat (limited to 'audio')
-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 |