Date: Sun, 17 Mar 2002 14:22:37 -0600 From: Glenn Johnson <glennpj@charter.net> To: Mike Estes <estesm@cc.wwu.edu> Cc: gnome@FreeBSD.ORG Subject: Re: flashplugin-mozilla patch Message-ID: <20020317202237.GA2488@gforce.johnson.home> In-Reply-To: <20020315074523.GA47175@cc.wwu.edu> References: <20020315074523.GA47175@cc.wwu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020317202237.GA2488>