diff options
author | pav <pav@FreeBSD.org> | 2006-03-21 02:49:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-21 02:49:05 +0800 |
commit | 6be218ef894306e57b0829d18728e8ae4d1a0b1b (patch) | |
tree | fb2f07886e1ecfe96efa6c61ed421dae2a1ae29f /sysutils/lineak-defaultplugin | |
parent | 0099dcc0ee22ec759885932e71ab08445c16cb43 (diff) | |
download | freebsd-ports-gnome-6be218ef894306e57b0829d18728e8ae4d1a0b1b.tar.gz freebsd-ports-gnome-6be218ef894306e57b0829d18728e8ae4d1a0b1b.tar.zst freebsd-ports-gnome-6be218ef894306e57b0829d18728e8ae4d1a0b1b.zip |
- Mark BROKEN on 4.X
PR: ports/94698
Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer)
Diffstat (limited to 'sysutils/lineak-defaultplugin')
-rw-r--r-- | sysutils/lineak-defaultplugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lineak-defaultplugin/Makefile b/sysutils/lineak-defaultplugin/Makefile index 4388f64f9dab..ec39ed1bffba 100644 --- a/sysutils/lineak-defaultplugin/Makefile +++ b/sysutils/lineak-defaultplugin/Makefile @@ -23,7 +23,6 @@ USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS+= --program-prefix='' -USE_REINPLACE= yes MAN1= lineak_defaultplugin.1 PLIST_FILES= lib/lineakd/plugins/defaultplugin.la \ @@ -34,8 +33,9 @@ PLIST_FILES= lib/lineakd/plugins/defaultplugin.la \ .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 +BROKEN= Configure fails to find lineakd # lineakd is compiled with 3.4 on FreeBSD 4.x, so plugins must be too -USE_GCC= 3.4 +# USE_GCC= 3.4 .endif post-patch: |