Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 1998 07:50:51 -0400 (EDT)
From:      Chuck Robey <chuckr@glue.umd.edu>
To:        Frank Chen Hsiung Chan <frankch@life.nthu.edu.tw>
Cc:        freebsd-multimedia@FreeBSD.ORG
Subject:   Re: Patch to make vrweb build again
Message-ID:  <Pine.BSF.3.96.980407074924.299X-100000@localhost>
In-Reply-To: <19980407200953.02233@life.nthu.edu.tw>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 7 Apr 1998, Frank Chen Hsiung Chan wrote:

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

This patch doesn't respect X11BASE.  You might want to change
"/usr/X11R6" to "PREFIX", then sed PREFIX to $PREFIX separately.

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

----------------------------+-----------------------------------------------
Chuck Robey                 | Interests include any kind of voice or data 
chuckr@glue.umd.edu         | communications topic, C programming, and Unix.
213 Lakeside Drive Apt T-1  |
Greenbelt, MD 20770         | I run Journey2 and picnic, both FreeBSD
(301) 220-2114              | version 3.0 current -- and great FUN!
----------------------------+-----------------------------------------------





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?Pine.BSF.3.96.980407074924.299X-100000>