diff options
Diffstat (limited to 'www-plugins/nspluginwrapper/files/nspluginwrapper-1.4.0-parallel-make.patch')
-rw-r--r-- | www-plugins/nspluginwrapper/files/nspluginwrapper-1.4.0-parallel-make.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/www-plugins/nspluginwrapper/files/nspluginwrapper-1.4.0-parallel-make.patch b/www-plugins/nspluginwrapper/files/nspluginwrapper-1.4.0-parallel-make.patch deleted file mode 100644 index dbd7d09f08e1..000000000000 --- a/www-plugins/nspluginwrapper/files/nspluginwrapper-1.4.0-parallel-make.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff -ur nspluginwrapper-1.4.0.orig//Makefile nspluginwrapper-1.4.0/Makefile ---- nspluginwrapper-1.4.0.orig//Makefile 2011-05-26 11:32:55.694455398 -0400 -+++ nspluginwrapper-1.4.0/Makefile 2011-05-26 11:43:31.955887009 -0400 -@@ -14,7 +14,7 @@ - endif - - ifeq ($(INSTALL),) --INSTALL = install -+INSTALL = install -D - ifneq (,$(findstring $(OS),solaris)) - INSTALL = $(SRC_PATH)/utils/install.sh - endif -@@ -236,11 +236,7 @@ - uninstall.mkruntime: - rm -f $(DESTDIR)$(npcommondir)/mkruntime - --install: install.dirs install.player install.wrapper install.viewer install.libnoxshm install.loader install.config --install.dirs: -- mkdir -p $(DESTDIR)$(npcommondir) || : -- mkdir -p $(DESTDIR)$(nphostdir) || : -- mkdir -p $(DESTDIR)$(nptargetdir) || : -+install: install.player install.wrapper install.viewer install.libnoxshm install.loader install.config - ifeq ($(build_player),yes) - install.player: $(npplayer_PROGRAM) - $(INSTALL) -m 755 $(STRIP_OPT) $(npplayer_PROGRAM) $(DESTDIR)$(nphostdir)/$(npplayer_PROGRAM) -@@ -260,7 +256,7 @@ - endif - install.viewer.bin: $(npviewer_PROGRAM) - $(INSTALL) -m 755 $(STRIP_OPT) $(npviewer_PROGRAM) $(DESTDIR)$(nptargetdir)/$(npviewer_PROGRAM) --install.viewer.glue:: -+install.viewer.glue:: install.viewer.bin - p=$(DESTDIR)$(nptargetdir)/$(npviewer_PROGRAM:%.bin=%); \ - echo "#!/bin/sh" > $$p; \ - echo "TARGET_OS=$(TARGET_OS)" >> $$p; \ |