mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
BROKEN on sparc64: Does not compile
This commit is contained in:
parent
eef11170a8
commit
fbfaa7b274
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106781
3 changed files with 18 additions and 2 deletions
|
@ -28,6 +28,12 @@ USE_GETTEXT= yes
|
|||
USE_GNOME= gtk12
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= "Does not compile on sparc64"
|
||||
.endif
|
||||
|
||||
pre-patch:
|
||||
.for ii in analysis_highlighting.c easylyparser.c easylyparser.y \
|
||||
lyparserfuncs.c lyparserfuncs.h main.c playback.c print.c
|
||||
|
@ -60,4 +66,4 @@ do-install:
|
|||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -22,4 +22,10 @@ PLIST_SUB= STK_VERSION=${PORTVERSION} STK_ARCH=${STK_ARCH}
|
|||
|
||||
STK_ARCH!= ${ECHO} "$$(uname)-$$(uname -r)-$$(uname -m)"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= "Does not compile on sparc64"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -29,6 +29,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
|||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -lio"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= "Does not compile on sparc64"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${RM} -f ${WRKSRC}/config.cache
|
||||
@${CHMOD} 750 ${WRKSRC}/missing
|
||||
|
|
Loading…
Add table
Reference in a new issue