diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/nzbget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index be558c49e983..cd9602dbcfe2 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --disable-sigchld-handler .endif .if ${OSVERSION} < 1000500 -USE_GCC= 4.9+ +USE_GCC= yes CONFIGURE_ENV+= zlib_LIBS='-lz ' \ zlib_CFLAGS=' ' .endif |