diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fltk/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index a21056c4d4ed..4e224fd2d764 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -40,6 +40,10 @@ CONFIGURE_ENV= CXXFLAGS=-DUSE_XUNICODE _PORTVERSION+= ${VERSION} .endif +.if defined(WITH_THREADS) +CONFIGURE_ARGS+=--enable-threads +.endif + VERSION= 1.1.3 USE_BZIP2= yes INSTALLS_SHLIB= yes @@ -59,4 +63,8 @@ post-extract: cd ${WRKSRC} && ${LN} -s ${X11BASE}/include/xunicode .endif +pre-everything:: + @${ECHO_MSG} "===> You can enable threads support by defining WITH_THREADS" + @${ECHO_MSG} "===>" + .include <bsd.port.mk> |