diff options
Diffstat (limited to 'audio/faad/Makefile')
-rw-r--r-- | audio/faad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 2adef53..2251e1d 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOMAKE_VER= 15 +USE_AUTOMAKE_VER= 15 AUTOMAKE_ARGS= --add-missing USE_GETOPT_LONG= yes @@ -45,7 +45,7 @@ post-patch: @${FIND} ${WRKSRC} -type f -name Makefile.am | \ ${XARGS} -n 5 -x \ ${REINPLACE_CMD} -e \ - 's|-O2|${CFLAGS}|' + 's|-O2|${CFLAGS}|' post-configure: # sync the multiple libtool copies |