Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 1998 20:09:53 +0800
From:      Frank Chen Hsiung Chan <frankch@life.nthu.edu.tw>
To:        freebsd-multimedia@FreeBSD.ORG
Subject:   Patch to make vrweb build again
Message-ID:  <19980407200953.02233@life.nthu.edu.tw>

next in thread | raw e-mail | index | archive | help

    The following patch unbroken ports/www/vrweb,
    just add patch-ac to the patches directory, and remove
    the BROKEN line in makefile.

    I think this is the first native vrml viewer on
    FreeBSD. Correct me if I am wrong.

    btw,  have anyone make vrweb 2.0 (written in JAVA)
    working? It looks very interesting..
    check out http://www2.iicm.edu/vrweb/

patch-ac:
--- src/harmony/scene/Imakefile.orig	Tue Apr  7 19:22:01 1998
+++ src/harmony/scene/Imakefile	Tue Apr  7 19:22:39 1998
@@ -135,7 +135,7 @@
 #endif
 #ifdef MESA_GL
 MESA_CCLDLIBS = $(APP_CCLDLIBS) -l$(MESA_GE3D) $(MESA_LIBS) $(IV_CCLDLIBS) $(EXTRA_CCLDLIBS)
-MESA_CCDEPLIBS = $(HGLIBDIR)/lib$(MESA_GE3D).a $(HGLIBDIR)/libMesaGL.a $(HGLIBDIR)/libMesaGLU.a
+MESA_CCDEPLIBS = $(HGLIBDIR)/lib$(MESA_GE3D).a /usr/X11R6/lib/libMesaGL.a /usr/X11R6/lib/libMesaGLU.a
 #endif
 
 # Mosaic CCI

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980407200953.02233>