Disable RPi specific code from build to allow armv6 pkg to be created.
PR: 193879 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Reviewed by: bdrewery (mentor)
This commit is contained in:
parent
4ca4e47574
commit
13e854d95c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371713
@ -28,4 +28,10 @@ INSTALL_TARGET= install-strip
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's;-Wno-psabi;;' ${WRKSRC}/configure.ac
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == armv6
|
||||
CONFIGURE_ARGS= --disable-rpi
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user