mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
BROKEN on alpha 5.x: Does not compile
This commit is contained in:
parent
bc4f02f897
commit
4fbc58c5d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102061
2 changed files with 14 additions and 2 deletions
|
@ -27,6 +27,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
CONFIGURE_ARGS+= --enable-i18n=JAPANESE
|
CONFIGURE_ARGS+= --enable-i18n=JAPANESE
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
|
||||||
|
BROKEN= "Does not compile on alpha 5.x"
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
.if !defined(WITH_I18N)
|
.if !defined(WITH_I18N)
|
||||||
@${ECHO_MSG}
|
@${ECHO_MSG}
|
||||||
|
@ -43,4 +49,4 @@ pre-configure:
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/replay ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/replay ${PREFIX}/bin
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -21,6 +21,12 @@ USE_GNOME= gtk12
|
||||||
|
|
||||||
ALL_TARGET= gxedit
|
ALL_TARGET= gxedit
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
|
||||||
|
BROKEN= "Does not compile on alpha 5.x"
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/config.h
|
@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/config.h
|
||||||
|
|
||||||
|
@ -41,4 +47,4 @@ do-install:
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue