1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix building on 4.x.

Submitted by:	maintainer via #bsdchat
This commit is contained in:
Vanilla I. Shu 2004-07-29 14:53:55 +00:00
parent 8f518b0bb9
commit db68d60c69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115005

View File

@ -17,6 +17,7 @@ LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
MAN1= rtfx.1
@ -24,6 +25,8 @@ MAN1= rtfx.1
.if ${OSVERSION} <= 500035
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src::domhelpers.h-gcc295
post-patch:
@${REINPLACE_CMD} -e "s/ //g" ${WRKSRC}/src/xmlcomposer.cpp
.endif
.include <bsd.port.post.mk>