diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-20 18:50:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-20 18:50:17 +0000 |
commit | 1a99138bf1125ddafb7991f703e00d62f0b83090 (patch) | |
tree | 17d6ef3303396d4f412da9035dbca06e7466ea35 /sysutils/lineak-xosdplugin/Makefile | |
parent | b0b7acffbc002f05a607688b00eb216e2c4fa46d (diff) | |
download | ports-1a99138bf1125ddafb7991f703e00d62f0b83090.tar.gz ports-1a99138bf1125ddafb7991f703e00d62f0b83090.zip |
Notes
Diffstat (limited to 'sysutils/lineak-xosdplugin/Makefile')
-rw-r--r-- | sysutils/lineak-xosdplugin/Makefile | 4 |
1 files changed, 2 insertions, 2 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: |