diff options
Diffstat (limited to 'www/nspluginwrapper-devel/files')
-rw-r--r-- | www/nspluginwrapper-devel/files/patch-configure | 27 | ||||
-rw-r--r-- | www/nspluginwrapper-devel/files/patch-src-npw-config.c | 13 | ||||
-rw-r--r-- | www/nspluginwrapper-devel/files/patch-src-npw-wrapper.c | 10 | ||||
-rw-r--r-- | www/nspluginwrapper-devel/files/patch-ulimit | 7 |
4 files changed, 0 insertions, 57 deletions
diff --git a/www/nspluginwrapper-devel/files/patch-configure b/www/nspluginwrapper-devel/files/patch-configure deleted file mode 100644 index 88e6d7733b5d..000000000000 --- a/www/nspluginwrapper-devel/files/patch-configure +++ /dev/null @@ -1,27 +0,0 @@ ---- configure.orig 2009-01-02 11:54:10.000000000 +0300 -+++ configure 2009-01-09 05:42:24.000000000 +0300 -@@ -6,13 +6,8 @@ - PACKAGE=nspluginwrapper - - # set temporary file name --if test ! -z "$TMPDIR" ; then -- TMPDIR1="${TMPDIR}" --elif test ! -z "$TEMPDIR" ; then -- TMPDIR1="${TEMPDIR}" --else -- TMPDIR1="/tmp" --fi -+mkdir -p tmp -+TMPDIR1="./tmp" - - TMPC="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.c" - TMPO="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.o" -@@ -728,7 +723,7 @@ - elif test "$host_cpu" = "x86_64" ; then - echo "ARCH=x86_64" >> $config_mak - echo "#define HOST_X86_64 1" >> $config_h -- echo "#define HOST_ARCH \"x86_64\"" >> $config_h -+ echo "#define HOST_ARCH \"amd64\"" >> $config_h - elif test "$host_cpu" = "ppc" ; then - echo "ARCH=ppc" >> $config_mak - echo "#define HOST_PPC 1" >> $config_h diff --git a/www/nspluginwrapper-devel/files/patch-src-npw-config.c b/www/nspluginwrapper-devel/files/patch-src-npw-config.c deleted file mode 100644 index 0d8d2847065d..000000000000 --- a/www/nspluginwrapper-devel/files/patch-src-npw-config.c +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/npw-config.c.orig Sun Mar 4 23:01:22 2007 -+++ ./src/npw-config.c Wed Apr 4 20:20:59 2007 -@@ -119,8 +119,8 @@ - #if defined(__FreeBSD__) - { - static const char *freebsd_dirs[] = { -- "/usr/X11R6/" LIB "/browser_plugins", -- "/usr/X11R6/" LIB "/firefox/plugins", -+ "/usr/local/" LIB "/browser_plugins", -+ "/usr/local/" LIB "/firefox/plugins", - }; - dirs = freebsd_dirs; - } diff --git a/www/nspluginwrapper-devel/files/patch-src-npw-wrapper.c b/www/nspluginwrapper-devel/files/patch-src-npw-wrapper.c deleted file mode 100644 index 343def710cce..000000000000 --- a/www/nspluginwrapper-devel/files/patch-src-npw-wrapper.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ./src/npw-wrapper.c.orig Sun Mar 4 23:01:22 2007 -+++ ./src/npw-wrapper.c Wed Apr 4 20:20:59 2007 -@@ -28,6 +28,7 @@ - #include <unistd.h> - #include <pthread.h> - #include <semaphore.h> -+#include <signal.h> - #include <sys/wait.h> - - #include <glib.h> diff --git a/www/nspluginwrapper-devel/files/patch-ulimit b/www/nspluginwrapper-devel/files/patch-ulimit deleted file mode 100644 index a372ddb4e8ec..000000000000 --- a/www/nspluginwrapper-devel/files/patch-ulimit +++ /dev/null @@ -1,7 +0,0 @@ -Index: usr/lib/nspluginwrapper/i386/linux/npviewer -@@ -1,4 +1,5 @@ - #!/bin/sh - TARGET_OS=linux - TARGET_ARCH=i386 -+ulimit -s 32768 2>/dev/null - . /usr/local/lib/nspluginwrapper/noarch/npviewer |