summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-24 06:05:57 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-24 06:05:57 +0000
commit1e59db5af82216659cb8e9de613f79fe4ae9a05c (patch)
tree664d0ea91fefef0a1229e86f4bf1aa07d22acef9 /graphics
parentI forgot to remove this patch in the last ruby-qt2 update to 0.14. (diff)
ruby-qt2gl requires libqtgl instead of libqt2.
This may not work because application w/o libc_r + library w/ libc_r will cause a crash..
Notes
Notes: svn path=/head/; revision=46763
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ruby-qt2gl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ruby-qt2gl/Makefile b/graphics/ruby-qt2gl/Makefile
index fadf01e8a879..831c0b519182 100644
--- a/graphics/ruby-qt2gl/Makefile
+++ b/graphics/ruby-qt2gl/Makefile
@@ -27,7 +27,7 @@ USE_RUBY_EXTCONF= yes
USE_GMAKE= yes
WRKSRC= ${RUBY_QT2_WRKSRC}/modules/opengl
-CONFIGURE_ARGS= ${RUBY_QT2_CONFIGURE_ARGS}
+CONFIGURE_ARGS= ${RUBY_QT2_CONFIGURE_ARGS:S/--with-qt2=qt2/--with-qt2=qtgl/}
MAKE_ARGS= LOCAL_LIBS=-lgcc
INSTALL_TARGET= site-install