mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
BROKEN on 5.x: does not compile
This commit is contained in:
parent
b134e8de43
commit
3eed747eaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100439
@ -22,4 +22,10 @@ PERL_CONFIGURE= yes
|
||||
MAN3= Image::Imlib2.3
|
||||
|
||||
.include "../../devel/p5-Module-Build/inc.build.mk"
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502000
|
||||
BROKEN= 'Does not compile'
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -30,10 +30,16 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
|
||||
CFLAGS=-DBROKEN_VIRTUAL_DEFAULT_ARGUMENTS=1 \
|
||||
LIBS="${PTHREAD_LIBS}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/share/pose
|
||||
${INSTALL_DATA} "${WRKSRC}/../ROMTransfer/Source/ROM_Transfer.prc" ${PREFIX}/share/pose
|
||||
@${SED} -e 's#/usr/local#${PREFIX}#g' ${PKGMESSAGE}
|
||||
${CP} -Rp ${WRKDIR}/Skins_v1.9 ${PREFIX}/share/pose/skins
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user