Date: Thu, 14 Mar 2002 23:45:23 -0800 From: Mike Estes <estesm@cc.wwu.edu> To: gnome@FreeBSD.org Subject: flashplugin-mozilla patch Message-ID: <20020315074523.GA47175@cc.wwu.edu>
next in thread | raw e-mail | index | archive | help
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 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?20020315074523.GA47175>