diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-08-26 04:29:03 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-08-26 04:29:03 +0000 |
commit | 74f57da8f4ad28eb67bd7f878c22a8148f108d41 (patch) | |
tree | e0fa326cf84a48e7ad7c5c663df2e4a7c45c8d4f /textproc/rtfx/Makefile | |
parent | 8b1f3b3b82bd69028b1360e87d90045d9d7c26d0 (diff) | |
download | ports-74f57da8f4ad28eb67bd7f878c22a8148f108d41.tar.gz ports-74f57da8f4ad28eb67bd7f878c22a8148f108d41.zip |
Notes
Diffstat (limited to 'textproc/rtfx/Makefile')
-rw-r--r-- | textproc/rtfx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/rtfx/Makefile b/textproc/rtfx/Makefile index b8e18814eda8..f486476051ff 100644 --- a/textproc/rtfx/Makefile +++ b/textproc/rtfx/Makefile @@ -28,5 +28,9 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src::domhelpers.h-gcc295 post-patch: @${REINPLACE_CMD} -e "s/
//g" ${WRKSRC}/src/xmlcomposer.cpp .endif +.if ${OSVERSION} >= 502124 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src::reference.h-gcc342 \ + ${FILESDIR}/extra-patch-src::sablo.h-gcc342 +.endif .include <bsd.port.post.mk> |