Remove duplicate armv6 conditional introduced in r377204

Submitted by:	antoine
This commit is contained in:
Sean Bruno 2015-01-16 22:50:42 +00:00
parent 42a1f84a57
commit 425f648ca7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377205
2 changed files with 0 additions and 8 deletions

View file

@ -237,10 +237,6 @@ CONFIGURE_ARGS+= --enable-x11grab
.include <bsd.port.pre.mk>
.if ${ARCH} == armv6
CONFIGURE_ENV+= ASFLAGS=-no-integrated-as
.endif
.if ${ARCH} == "armv6"
CONFIGURE_ENV+= ASFLAGS=-no-integrated-as
.endif

View file

@ -43,10 +43,6 @@ MAKE_ENV= COMPILER_PATH=${LOCALBASE}/bin
CFLAGS+= -mstack-alignment=16 -mstackrealign
.endif
.if ${ARCH} == armv6
CONFIGURE_ENV+= ASFLAGS=-no-integrated-as
.endif
post-patch:
@${REINPLACE_CMD} 's/[[:<:]]ARCH[[:>:]]/LIBAV_ARCH/' \
${WRKSRC}/gst-libs/ext/libav/Makefile \