diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-09-28 10:51:50 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-09-28 10:51:50 +0800 |
commit | ac11450dfc784759b9306a885e3aa7a76a182443 (patch) | |
tree | 7bd4be2f67afe8295641aa8cdef8ea9a53fd84e0 /graphics | |
parent | d31ac631026f33fa7ab1c76631bc7c706f4424a6 (diff) | |
download | freebsd-ports-gnome-ac11450dfc784759b9306a885e3aa7a76a182443.tar.gz freebsd-ports-gnome-ac11450dfc784759b9306a885e3aa7a76a182443.tar.zst freebsd-ports-gnome-ac11450dfc784759b9306a885e3aa7a76a182443.zip |
- Revert a bit that should not have been committed
Feature safe: yes
Diffstat (limited to 'graphics')
-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}|' \ |