mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
BROKEN on ia64 and amd64: Does not build
This commit is contained in:
parent
996c44b6a4
commit
42fcfd9cb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121911
@ -21,8 +21,14 @@ BUILD_WRKSRC= ${WRKSRC}/PluginSDK30b5/examples/UnixTemplate/Unix
|
||||
NO_WRKSUBDIR= yes
|
||||
MAKEFILE= makefile.freebsd
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
|
||||
BROKEN= "Does not build on ia64 or amd64"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/lib/browser_plugins
|
||||
${INSTALL_DATA} ${BUILD_WRKSRC}/dummyflash.so ${PREFIX}/lib/browser_plugins
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user