From 1e59db5af82216659cb8e9de613f79fe4ae9a05c Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Fri, 24 Aug 2001 06:05:57 +0000 Subject: 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.. --- graphics/ruby-qt2gl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/ruby-qt2gl') 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 -- cgit v1.2.3