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..
This commit is contained in:
Akinori MUSHA 2001-08-24 06:05:57 +00:00
parent 0106b27658
commit 1e59db5af8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46763

View File

@ -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