diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-27 09:11:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-27 09:11:28 +0000 |
commit | 1e7e0dce648295b207e28719bc9b1287596865a1 (patch) | |
tree | 47ecd11f6d933d6791e53ae0a54bb65389b9fd03 /audio/faad | |
parent | 06f52fe27c95ec5c00233893e062495ad320b082 (diff) | |
download | ports-1e7e0dce648295b207e28719bc9b1287596865a1.tar.gz ports-1e7e0dce648295b207e28719bc9b1287596865a1.zip |
Notes
Diffstat (limited to 'audio/faad')
-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 2adef537fb29..2251e1db9094 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 |