freebsd-ports/www/openvrml/files/patch-tests_Makefile.in
Thierry Thomas d275f59502 Upgrade to 0.17.0.
Note: since 0.17.0, OpenVRML is placed under the terms of version 3 of
the LGPL and GPL licenses.
The breakdown of how these licenses are applied to the different parts
of OpenVRML does not change: libopenvrml and libopenvrml-gl remains
available under the LGPL, while openvrml-xembed, openvrml-player, the
Mozilla plug-in, and the example programs remain available under the
GPL.

Changelog at <http://sourceforge.net/forum/forum.php?forum_id=766275>.
2008-01-06 10:22:07 +00:00

11 lines
284 B
Text

--- tests/Makefile.in.orig Fri Jun 1 08:56:46 2007
+++ tests/Makefile.in Sun Jun 3 09:34:02 2007
@@ -184,7 +184,7 @@
JS_LIBS = @JS_LIBS@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ @JNI_LIBS@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@