summaryrefslogtreecommitdiff
path: root/www/nspluginwrapper-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/nspluginwrapper-devel/files')
-rw-r--r--www/nspluginwrapper-devel/files/patch-configure18
-rw-r--r--www/nspluginwrapper-devel/files/patch-npapi_nspr_prcpucfg.h11
-rw-r--r--www/nspluginwrapper-devel/files/patch-src-npw-config.c13
-rw-r--r--www/nspluginwrapper-devel/files/patch-src-npw-wrapper.c10
4 files changed, 0 insertions, 52 deletions
diff --git a/www/nspluginwrapper-devel/files/patch-configure b/www/nspluginwrapper-devel/files/patch-configure
deleted file mode 100644
index 6007dc2bcd6f..000000000000
--- a/www/nspluginwrapper-devel/files/patch-configure
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./configure.orig Sun Mar 4 23:01:22 2007
-+++ ./configure Wed Apr 4 20:20:59 2007
-@@ -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"
diff --git a/www/nspluginwrapper-devel/files/patch-npapi_nspr_prcpucfg.h b/www/nspluginwrapper-devel/files/patch-npapi_nspr_prcpucfg.h
deleted file mode 100644
index 3bec95c9b353..000000000000
--- a/www/nspluginwrapper-devel/files/patch-npapi_nspr_prcpucfg.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./npapi/nspr/prcpucfg.h.orig Wed Apr 4 20:26:11 2007
-+++ ./npapi/nspr/prcpucfg.h Wed Apr 4 20:27:40 2007
-@@ -229,7 +229,7 @@
- #define PR_BYTES_PER_WORD_LOG2 3
- #define PR_BYTES_PER_DWORD_LOG2 3
-
--#elif defined(__x86_64__)
-+#elif defined(__x86_64__) || defined(__amd64__)
-
- #define IS_LITTLE_ENDIAN 1
- #undef IS_BIG_ENDIAN
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>