diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-28 02:51:50 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-28 02:51:50 +0000 |
commit | 8236fd30e8406b2625d1f9e7f9b29f840303ff64 (patch) | |
tree | 1750de06115932f97a081abc909b528fc5ec407a /graphics/gnash/Makefile | |
parent | 96b447c1cf0a4f4854f745cfb2861f5725ed6e39 (diff) |
Notes
Diffstat (limited to 'graphics/gnash/Makefile')
-rw-r--r-- | graphics/gnash/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index d22647022619..0cc190bcc8e4 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -221,11 +221,11 @@ CONFIGURE_ARGS+= --disable-speex .include <bsd.port.pre.mk> -#pre-everything:: -#.if defined(WITH_OPENGL) -# @${ECHO_CMD} "OpenGL support is currently broken (Gnash hangs using 100% CPU). Use at your own risk" -# @sleep 3 -#.endif +pre-everything:: +.if defined(WITH_OPENGL) + @${ECHO_CMD} "OpenGL support is currently broken (Gnash hangs using 100% CPU). Use at your own risk" + @sleep 3 +.endif post-patch: @${REINPLACE_CMD} -e '/^PTHREAD_[LC][IF]*=/ d; s|-lpthread|${PTHREAD_LIBS}|' \ |