diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-13 19:26:41 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-13 19:26:41 +0000 |
commit | 4ecf39fc959472b640c529b8ebbb81b19e42adaa (patch) | |
tree | 01d423643295ed85983ae6e1c8c334e82f8d3793 /audio/faad | |
parent | 637854de546d10d16da2eda958efbc561ee4944e (diff) | |
download | ports-4ecf39fc959472b640c529b8ebbb81b19e42adaa.tar.gz ports-4ecf39fc959472b640c529b8ebbb81b19e42adaa.zip |
Notes
Diffstat (limited to 'audio/faad')
-rw-r--r-- | audio/faad/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 0f721386625c..7bb5248d9842 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -35,9 +35,6 @@ post-patch: @${ECHO_CMD} "SUBDIRS = libfaad common frontend" > \ ${WRKSRC}/Makefile.am -pre-configure: - @cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake - post-configure: @${REINPLACE_CMD} "s/444/644/g" ${WRKSRC}/common/mp4ff/Makefile |