rpms/nspluginwrapper/devel nspluginwrapper-1.3.0-comp.patch, NONE, 1.1 nspluginwrapper.spec, 1.86, 1.87

Martin Stransky stransky at fedoraproject.org
Mon Jun 28 13:48:41 UTC 2010


Author: stransky

Update of /cvs/pkgs/rpms/nspluginwrapper/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21015

Modified Files:
	nspluginwrapper.spec 
Added Files:
	nspluginwrapper-1.3.0-comp.patch 
Log Message:
Build fix

nspluginwrapper-1.3.0-comp.patch:
 Makefile |    5 -----
 1 file changed, 5 deletions(-)

--- NEW FILE nspluginwrapper-1.3.0-comp.patch ---
diff -up nspluginwrapper-1.3.0/Makefile.comp nspluginwrapper-1.3.0/Makefile
--- nspluginwrapper-1.3.0/Makefile.comp	2010-06-28 15:45:51.000000000 +0200
+++ nspluginwrapper-1.3.0/Makefile	2010-06-28 15:46:40.000000000 +0200
@@ -134,11 +134,6 @@ ifneq ($(npviewer_MAPFILE),)
 npviewer_LDFLAGS += -Wl,--export-dynamic
 npviewer_LDFLAGS += -Wl,--version-script,$(npviewer_MAPFILE)
 endif
-ifeq ($(TARGET_OS):$(TARGET_ARCH),linux:i386)
-npviewer_SOURCES += $(SRC_PATH)/src/cxxabi-compat.cpp
-npviewer_OBJECTS += npviewer-cxxabi-compat.o
-npviewer_LDFLAGS += -lsupc++
-endif
 ifeq ($(TARGET_OS):$(TARGET_ARCH),solaris:i386)
 npviewer_LDFLAGS += $(libsocket_LDFLAGS)
 endif


Index: nspluginwrapper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nspluginwrapper/devel/nspluginwrapper.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -p -r1.86 -r1.87
--- nspluginwrapper.spec	28 Jun 2010 13:01:58 -0000	1.86
+++ nspluginwrapper.spec	28 Jun 2010 13:48:41 -0000	1.87
@@ -84,6 +84,7 @@ Patch3:		nspluginwrapper-1.3.0-directory
 Patch4:		nspluginwrapper-20090625-fix-npident-array-sending.patch
 Patch5:		nspluginwrapper-1.3.0-inst.patch
 Patch6:		nspluginwrapper-1.3.0-compiz.patch
+Patch7:		nspluginwrapper-1.3.0-comp.patch
 Patch100:	plugin-config-setuid.patch
 Patch101:	plugin-config-umask.patch
 Patch102:	plugin-config-print.patch
@@ -120,6 +121,7 @@ This package consists in:
 %patch4 -p0 -b .array
 %patch5 -p1 -b .inst
 %patch6 -p1 -b .compiz
+%patch7 -p1 -b .comp
 
 # Plugin-config patches
 pushd %plugin_config_name



More information about the scm-commits mailing list