diff options
-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: |