Fix build after objformat removal and on !i386
This commit is contained in:
parent
f2af09fcce
commit
4ac5b0cc31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187601
@ -30,11 +30,7 @@ INSTALLS_SHLIB= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not build on FreeBSD 4.x"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on !i386"
|
||||
BROKEN= Does not build on FreeBSD 4.x
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
@ -46,5 +42,8 @@ pre-everything::
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
|
||||
${WRKSRC}/Makefile.in
|
||||
${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/opensync/Makefile.in \
|
||||
${WRKSRC}/osengine/Makefile.in
|
||||
${REINPLACE_CMD} -e "s,echo aout, echo elf,g" ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -30,11 +30,7 @@ INSTALLS_SHLIB= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not build on FreeBSD 4.x"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on !i386"
|
||||
BROKEN= Does not build on FreeBSD 4.x
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
@ -46,5 +42,8 @@ pre-everything::
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
|
||||
${WRKSRC}/Makefile.in
|
||||
${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/opensync/Makefile.in \
|
||||
${WRKSRC}/osengine/Makefile.in
|
||||
${REINPLACE_CMD} -e "s,echo aout, echo elf,g" ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user