diff options
Diffstat (limited to 'audio/tta/Makefile')
-rw-r--r-- | audio/tta/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/tta/Makefile b/audio/tta/Makefile index 332fb022f612..18f102c2236f 100644 --- a/audio/tta/Makefile +++ b/audio/tta/Makefile @@ -20,6 +20,8 @@ MAKE_ARGS= CFLAGS="${CFLAGS}" INSDIR="${STAGEDIR}${PREFIX}/bin" PLIST_FILES= bin/ttaenc PORTDOCS= README +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e '/ifdef _BIG_ENDIAN/s|ifdef|if _BYTE_ORDER ==|' \ ${WRKSRC}/ttaenc.h |