diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-03 17:32:56 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-03 17:32:56 +0800 |
commit | 737b8faa1b1715dc5c445a0fdb85a6c971d00b0d (patch) | |
tree | 99297df7eeb0079dcdf2ace5c6a43e71fbed3390 /multimedia/xmps | |
parent | e6df0ed507bd90acc264c1aaa47b1ef81db3c726 (diff) | |
download | freebsd-ports-gnome-737b8faa1b1715dc5c445a0fdb85a6c971d00b0d.tar.gz freebsd-ports-gnome-737b8faa1b1715dc5c445a0fdb85a6c971d00b0d.tar.zst freebsd-ports-gnome-737b8faa1b1715dc5c445a0fdb85a6c971d00b0d.zip |
- Mark BROKEN on CURRENT: does not build with GCC 4.2
Diffstat (limited to 'multimedia/xmps')
-rw-r--r-- | multimedia/xmps/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/xmps/Makefile b/multimedia/xmps/Makefile index cf776e65cc22..564df6b7a9d7 100644 --- a/multimedia/xmps/Makefile +++ b/multimedia/xmps/Makefile @@ -28,6 +28,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ BROKEN= "Does not compile on !i386" .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ |