svn commit: r368132 - in head/audio: faac faad
Tijl Coosemans
tijl at FreeBSD.org
Sat Sep 13 19:26:42 UTC 2014
Author: tijl
Date: Sat Sep 13 19:26:41 2014
New Revision: 368132
URL: http://svnweb.freebsd.org/changeset/ports/368132
QAT: https://qat.redports.org/buildarchive/r368132/
Log:
Remove redundant pre-configure (USE_AUTOTOOLS already contains libtoolize)
Modified:
head/audio/faac/Makefile
head/audio/faad/Makefile
Modified: head/audio/faac/Makefile
==============================================================================
--- head/audio/faac/Makefile Sat Sep 13 19:24:23 2014 (r368131)
+++ head/audio/faac/Makefile Sat Sep 13 19:26:41 2014 (r368132)
@@ -29,7 +29,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|<mp4\.h>|<mp4v2/mp4v2.h>|g' \
${WRKSRC}/frontend/main.c \
-pre-configure:
- @cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake
-
.include <bsd.port.mk>
Modified: head/audio/faad/Makefile
==============================================================================
--- head/audio/faad/Makefile Sat Sep 13 19:24:23 2014 (r368131)
+++ head/audio/faad/Makefile Sat Sep 13 19:26:41 2014 (r368132)
@@ -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
More information about the svn-ports-all
mailing list