diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-03 09:32:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-03 09:32:56 +0000 |
commit | 737b8faa1b1715dc5c445a0fdb85a6c971d00b0d (patch) | |
tree | 99297df7eeb0079dcdf2ace5c6a43e71fbed3390 /japanese/lyx | |
parent | Fix gcc 4.2 build. (diff) |
- Mark BROKEN on CURRENT: does not build with GCC 4.2
Diffstat (limited to 'japanese/lyx')
-rw-r--r-- | japanese/lyx/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/lyx/Makefile b/japanese/lyx/Makefile index e6917d60e40b..2195d6e28e56 100644 --- a/japanese/lyx/Makefile +++ b/japanese/lyx/Makefile @@ -28,6 +28,12 @@ STRIP= CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11" MAN1= lyx.1 reLyX.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + pre-fetch: .if !defined(WITH_ISPELL) @${ECHO_MSG} "if you want this port build with spell checker type" @@ -43,4 +49,4 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/README.jis ${PREFIX}/share/lyx ${INSTALL_DATA} ${WRKSRC}/lib/lyxrc.jp ${PREFIX}/share/lyx -.include <bsd.port.mk> +.include <bsd.port.post.mk> |