1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- minor fixes to make portlint happier

This commit is contained in:
Yen-Ming Lee 2007-04-10 09:48:07 +00:00
parent 53d7e12503
commit eac96592a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189656
2 changed files with 6 additions and 26 deletions

View File

@ -22,19 +22,9 @@ LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce \
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GNOME= gnometarget
CONFIGURE_ARGS= --with-libsynce=${LOCALBASE}
USE_ICONV= yes
INSTALLS_SHLIB= yes
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's|-Werror||' \
${WRKSRC}/lib/Makefile.in \
${WRKSRC}/src/Makefile.in
.if ${OSVERSION} < 500000
@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' ${WRKSRC}/lib/inno.h
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -22,19 +22,9 @@ LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce \
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GNOME= gnometarget
CONFIGURE_ARGS= --with-libsynce=${LOCALBASE}
USE_ICONV= yes
INSTALLS_SHLIB= yes
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's|-Werror||' \
${WRKSRC}/lib/Makefile.in \
${WRKSRC}/src/Makefile.in
.if ${OSVERSION} < 500000
@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' ${WRKSRC}/lib/inno.h
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>