mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Remove PATCH_DEPENDS and rename the post-patch target to pre-configure. It
makes more sense. Should fix the build in a few of other tinderboxes, but I don't understand why it works for pointyhat thought. Reported by: novel
This commit is contained in:
parent
93812aa17a
commit
7e7b422b52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171449
@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR= faac
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= MPEG-2 and MPEG-4 AAC audio decoder
|
||||
|
||||
PATCH_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
NO_CDROM= Restrictive copyright (do not sell for profit)
|
||||
|
||||
@ -34,7 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
pre-configure:
|
||||
${MKDIR} ${WRKSRC}/plugins/bmp
|
||||
@cd ${WRKSRC}; ${ACLOCAL} -I ${ACLOCAL_DIR} -I .; \
|
||||
${SETENV} ${SCRIPTS_ENV} ${LIBTOOLIZE} --automake
|
||||
|
Loading…
Reference in New Issue
Block a user