diff options
Diffstat (limited to 'devel/subcommander/Makefile')
-rw-r--r-- | devel/subcommander/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/subcommander/Makefile b/devel/subcommander/Makefile index 8450a5e62ae9..916ff4fafff5 100644 --- a/devel/subcommander/Makefile +++ b/devel/subcommander/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ARGS+=--with-boost=${LOCALBASE} --with-neon=${LOCALBASE} \ --with-subversion=${LOCALBASE} CONFIGURE_ENV= QTDIR=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib -pthread NO_LATEST_LINK= yes |