From owner-freebsd-gnome Sun Mar 17 12:22:47 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from charter.net (dhcp-8-15.slidell.charter-ala.com [24.158.214.244]) by hub.freebsd.org (Postfix) with ESMTP id 9481137B404 for ; Sun, 17 Mar 2002 12:22:45 -0800 (PST) Received: (from glenn@localhost) by charter.net (8.11.6/8.11.6) id g2HKMbQ02512; Sun, 17 Mar 2002 14:22:37 -0600 (CST) (envelope-from glenn) From: Glenn Johnson Date: Sun, 17 Mar 2002 14:22:37 -0600 To: Mike Estes Cc: gnome@FreeBSD.ORG Subject: Re: flashplugin-mozilla patch Message-ID: <20020317202237.GA2488@gforce.johnson.home> References: <20020315074523.GA47175@cc.wwu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020315074523.GA47175@cc.wwu.edu> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 14, 2002 at 11:45:23PM -0800, Mike Estes wrote: > the following patch fixes flashplugin-mozilla: > > --- ports/www/flashplugin-mozilla/files/patch-aa.orig Tue Nov 27 11:35:54 2001 > +++ ports/www/flashplugin-mozilla/files/patch-aa Thu Mar 14 23:41:05 2002 > @@ -10,7 +10,7 @@ > -CFLAGS= $(OPTIMIZER) $(PLUGIN_DEFINES) -I$(FLASH) -I/usr/X11R6/include > -LDFLAGS= $(FLASH)/libflash.a $(LIBCXX) ../Jpeg/libjpeg.a ../Zlib/libz.a > +CFLAGS+= $(OPTIMIZER) $(PLUGIN_DEFINES) -I$(FLASH) -I/usr/X11R6/include > -+LDFLAGS= -L${LOCALBASE}/lib -lflash -ljpeg -lz > ++LDFLAGS= -L${LOCALBASE}/lib -lflash -ljpeg -lz -L$(X11BASE)/lib -lXt > > SRC= plugin.c npunix.c > OBJ= plugin.o npunix.o This version of the plugin still does not fully work. It will display the flash file but then it will cause mozilla (or galeon) to lock up. This happens consistently on all flash enabled pages. -- Glenn Johnson glennpj@charter.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message