MozPlugger allows to you view PDFs, Postscript files, animations and movies, and other file types by using appropriate viewer from within Mozilla. The application is embedded within a Mozilla window as to act and feel like a true plugin. TODO: define a MOZILLA_PLUGINS definition like ${PREFIX}/lib/mozilla/plugins in MESSAGE list packages that could be installed as a suggestion for firefox-gtk2 to use, I create symlink for a new lib/firefox-gtk2/plugins directory to lib/mozilla/plugins maybe that should be in a MESSAGE? need to test (firefox showed the plugin, but not needed since gxine was used)
13 lines
553 B
Text
13 lines
553 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2004/05/12 16:20:07 jeremy-c-reed Exp $
|
|
|
|
--- Makefile.orig 2004-03-27 12:25:17.000000000 -0800
|
|
+++ Makefile
|
|
@@ -121,7 +121,7 @@ mozplugger-common.o: mozplugger-common.c
|
|
$(CC) -c $(SHARED_CFLAGS) -o mozplugger-common.o mozplugger-common.c
|
|
|
|
mozplugger.o: mozplugger.c mozplugger.h
|
|
- $(CC) -c $(SHARED_CFLAGS) -o mozplugger.o mozplugger.c
|
|
+ $(CC) -c $(SHARED_CFLAGS) -DPKG_SYSCONFDIR=${PKG_SYSCONFDIR} -o mozplugger.o mozplugger.c
|
|
|
|
stub.o: npapi/common/npunix.c
|
|
$(CC) -c $(SHARED_CFLAGS) -o stub.o npapi/common/npunix.c
|