summaryrefslogtreecommitdiffstats
path: root/www/plugger/files
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-06-25 22:14:30 +0000
committercpiazza <cpiazza@FreeBSD.org>1999-06-25 22:14:30 +0000
commita1c41a75b03b1607b11e11488cd0431766910a72 (patch)
tree0440ce7ef7acd980e92a3b1910a57317ce4fd507 /www/plugger/files
parent37656ce1b7440857063f342dc1bb57e190f1b0d0 (diff)
downloadFreeBSD-ports-a1c41a75b03b1607b11e11488cd0431766910a72.zip
FreeBSD-ports-a1c41a75b03b1607b11e11488cd0431766910a72.tar.gz
Plugger is a multimedia plugin for Unix Netscape that handles
all types of formats. It is a very small plugin because it uses external programs to show/play the different formats. PR: 10103 Submitted by:Jay Sachs <sachs@cs.williams.edu>
Diffstat (limited to 'www/plugger/files')
-rw-r--r--www/plugger/files/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/plugger/files/patch-aa b/www/plugger/files/patch-aa
new file mode 100644
index 0000000..66c434a
--- /dev/null
+++ b/www/plugger/files/patch-aa
@@ -0,0 +1,18 @@
+--- Makefile.orig Mon Feb 15 10:14:46 1999
++++ Makefile Mon Feb 15 10:14:24 1999
+@@ -1,5 +1,5 @@
+ # Where is your Plugin Source Development Kit from Netscape?
+-SDK=/home/hubbe/src/PluginSDK30b5
++SDK=../PluginSDK30b5
+
+ # Where is your Xwindows located?
+ X11=/usr/X11/
+@@ -40,6 +40,8 @@
+
+ DEFINES=$(STREAM) -DVERSION=\"$(VERSION)\" # -DDEBUG # -DPLUGIN_TRACE
+ CFLAGS=-O -I$(SDK)/include -I$(X11)/include -DXP_UNIX $(DEFINES)
++
++all: $(BIN_FILES)
+
+ plugger.so: plugger.o common.o
+ $(LD) -o plugger.so plugger.o common.o
OpenPOWER on IntegriCloud