mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
BROKEN on 4.x and on sparc64: Does not compile
This commit is contained in:
parent
4f6a6c9982
commit
acf733c493
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123076
@ -47,6 +47,12 @@ WX_CONFIG?= ${X11BASE}/bin/wxgtk2-2.4-config
|
||||
FILES_ATOLL_PATCH= src/Preferences.cpp \
|
||||
src/otherfunctions.cpp
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000 || ${ARCH} == "sparc64"
|
||||
BROKEN= "Does not compile on 4.x or on sparc64"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
# it works for FreeBSD as well
|
||||
@${REINPLACE_CMD} -E \
|
||||
@ -90,4 +96,4 @@ post-install:
|
||||
${WRKSRC}/ed2k \
|
||||
${PREFIX}/bin/${PORTNAME}-ed2k-handler
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -47,6 +47,12 @@ WX_CONFIG?= ${X11BASE}/bin/wxgtk2-2.4-config
|
||||
FILES_ATOLL_PATCH= src/Preferences.cpp \
|
||||
src/otherfunctions.cpp
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000 || ${ARCH} == "sparc64"
|
||||
BROKEN= "Does not compile on 4.x or on sparc64"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
# it works for FreeBSD as well
|
||||
@${REINPLACE_CMD} -E \
|
||||
@ -90,4 +96,4 @@ post-install:
|
||||
${WRKSRC}/ed2k \
|
||||
${PREFIX}/bin/${PORTNAME}-ed2k-handler
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user