Mark as ignore on ia64/sparc64: compile fails with "arch not supported".
While here, pet portlint. Hat: portmgr Feature safe: yes
This commit is contained in:
parent
d0b160c6ee
commit
425c3f1967
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250389
1 changed files with 4 additions and 1 deletions
|
@ -29,6 +29,9 @@ WEBPLUGINS_FILES= libmoonshine-plugin.so
|
|||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64"
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
ARCH= x86_64
|
||||
.endif
|
||||
|
@ -41,7 +44,7 @@ PLIST_FILES= ${WEBPLUGINS_DIR}/${PKGNAME}-freebsd-${OSREL}.xpi
|
|||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|^SHELL=.*|SHELL=${LOCALBASE}/bin/bash|' \
|
||||
${WRKSRC}/configure
|
||||
${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e 's|sed -r|sed -E|' \
|
||||
${WRKSRC}/plugin/Makefile.in \
|
||||
${WRKSRC}/plugin/generate-resource
|
||||
|
|
Loading…
Reference in a new issue