33 lines
1.6 KiB
Plaintext
33 lines
1.6 KiB
Plaintext
$OpenBSD: patch-Makefile_in,v 1.3 2007/12/17 19:25:59 jasper Exp $
|
|
--- Makefile.in.orig Sun Dec 16 02:04:45 2007
|
|
+++ Makefile.in Sun Dec 16 02:05:48 2007
|
|
@@ -17,22 +17,22 @@ LDFLAGS= @LDFLAGS@ @LDFLAGS64@ @LIBS@ @XEXT_LIBS@ @XPM
|
|
LIBOBJS= @LIBOBJS@
|
|
OBJ= plugin.o nsScriptablePeer.o npp_gate.o np_entry.o npn_gate.o \
|
|
plugin-support.o plugin-setup.o plugin-list.o plugin-ui.o \
|
|
- plugin-threads.o strlcpy.o strlcat.o $(LIBOBJS)
|
|
+ plugin-threads.o $(LIBOBJS)
|
|
OBJ_WMP= plugin.o nsScriptablePeer.o npp_gate.o np_entry.o npn_gate.o \
|
|
plugin-support.o plugin-setup-wmp.o plugin-list.o plugin-ui.o \
|
|
- plugin-threads.o strlcpy.o strlcat.o $(LIBOBJS)
|
|
+ plugin-threads.o $(LIBOBJS)
|
|
OBJ_QT= plugin.o nsScriptablePeer.o npp_gate.o np_entry.o npn_gate.o \
|
|
plugin-support.o plugin-setup-qt.o plugin-list.o plugin-ui.o \
|
|
- plugin-threads.o strlcpy.o strlcat.o $(LIBOBJS)
|
|
+ plugin-threads.o $(LIBOBJS)
|
|
OBJ_RM= plugin.o nsScriptablePeer.o npp_gate.o np_entry.o npn_gate.o \
|
|
plugin-support.o plugin-setup-rm.o plugin-list.o plugin-ui.o \
|
|
- plugin-threads.o strlcpy.o strlcat.o $(LIBOBJS)
|
|
+ plugin-threads.o $(LIBOBJS)
|
|
OBJ_GMP= plugin.o nsScriptablePeer.o npp_gate.o np_entry.o npn_gate.o \
|
|
plugin-support.o plugin-setup-gmp.o plugin-list.o plugin-ui.o \
|
|
- plugin-threads.o strlcpy.o strlcat.o $(LIBOBJS)
|
|
+ plugin-threads.o $(LIBOBJS)
|
|
OBJ_DVX= plugin.o nsScriptablePeer.o npp_gate.o np_entry.o npn_gate.o \
|
|
plugin-support.o plugin-setup-dvx.o plugin-list.o plugin-ui.o \
|
|
- plugin-threads.o strlcpy.o strlcat.o $(LIBOBJS)
|
|
+ plugin-threads.o $(LIBOBJS)
|
|
INSTALL = @INSTALL@
|
|
SHAREDTARGET=mplayerplug-in
|
|
NP_HEADERS= include/npplat.h include/pluginbase.h
|