diff options
author | pav <pav@FreeBSD.org> | 2006-03-21 02:50:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-21 02:50:17 +0800 |
commit | ec3fa1ee4c0c0cc6038ef963eb2aacfb64e8de68 (patch) | |
tree | f5e55cfb520d5c4c9c3576f6ac8fd51eb8392c69 /sysutils | |
parent | 6be218ef894306e57b0829d18728e8ae4d1a0b1b (diff) | |
download | freebsd-ports-gnome-ec3fa1ee4c0c0cc6038ef963eb2aacfb64e8de68.tar.gz freebsd-ports-gnome-ec3fa1ee4c0c0cc6038ef963eb2aacfb64e8de68.tar.zst freebsd-ports-gnome-ec3fa1ee4c0c0cc6038ef963eb2aacfb64e8de68.zip |
- Mark BROKEN on 4.X
PR: ports/94701
Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lineak-xosdplugin/Makefile | 4 | ||||
-rw-r--r-- | sysutils/lineak_xosdplugin/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/lineak-xosdplugin/Makefile b/sysutils/lineak-xosdplugin/Makefile index 08fecb0e10d4..688d942c4c85 100644 --- a/sysutils/lineak-xosdplugin/Makefile +++ b/sysutils/lineak-xosdplugin/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 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes @@ -34,7 +33,8 @@ PLIST_FILES= lib/lineakd/plugins/xosdplugin.la \ .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -USE_GCC= 3.4 +BROKEN= Configure fails to find lineakd +#USE_GCC= 3.4 .endif post-patch: diff --git a/sysutils/lineak_xosdplugin/Makefile b/sysutils/lineak_xosdplugin/Makefile index 08fecb0e10d4..688d942c4c85 100644 --- a/sysutils/lineak_xosdplugin/Makefile +++ b/sysutils/lineak_xosdplugin/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 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes @@ -34,7 +33,8 @@ PLIST_FILES= lib/lineakd/plugins/xosdplugin.la \ .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -USE_GCC= 3.4 +BROKEN= Configure fails to find lineakd +#USE_GCC= 3.4 .endif post-patch: |