1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/plugger/files/patch-aa
Chris Piazza e2a1e8f670 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>
1999-06-25 22:14:30 +00:00

19 lines
523 B
Plaintext

--- 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