summaryrefslogtreecommitdiff
path: root/multilib
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-28 02:45:35 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-28 02:45:35 -0300
commita6ee13798647ec09fb33e316a90ef6ed0b7f314a (patch)
tree815ded684a1ee9e4c23c2f03c98691b9272243c1 /multilib
parentc3b94090a6330f678ade2f767e76ab7802d3463e (diff)
parent4d22176132f4a830ab0cc510dabbc9f8c1c362ea (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/csfml/PKGBUILD community/evolution-rss/PKGBUILD community/inn/PKGBUILD community/libssh2/PKGBUILD community/perl-xml-dom/PKGBUILD community/php52/PKGBUILD community/python-pysfml/PKGBUILD community/skype-call-recorder/PKGBUILD extra/ipod-sharp/PKGBUILD extra/madwifi-utils/PKGBUILD extra/madwifi/PKGBUILD
Diffstat (limited to 'multilib')
-rw-r--r--multilib/nspluginwrapper/nspluginwrapper-native-windows.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/multilib/nspluginwrapper/nspluginwrapper-native-windows.patch b/multilib/nspluginwrapper/nspluginwrapper-native-windows.patch
deleted file mode 100644
index 0f6eba68e..000000000
--- a/multilib/nspluginwrapper/nspluginwrapper-native-windows.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/npw-viewer.sh
-+++ src/npw-viewer.sh
-@@ -5,6 +5,11 @@
- OS="`uname -s | tr '[A-Z]' '[a-z]'`"
- ARCH="`uname -m`"
-
-+# Adobe Flash can be confised by by a recent GTK+ that may use custom
-+# window structure instead of native X Window. Revert to the old dumb
-+# behavior and use native X window for all objects. (bnc#537788)
-+export GDK_NATIVE_WINDOWS=1
-+
- if test -z "$TARGET_OS"; then
- echo "*** NSPlugin Viewer *** error, TARGET_OS not initialized"
- exit 1