diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-29 22:59:51 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-29 22:59:51 -0500 |
commit | 0aa81f04b6149c3eb5faedd57512a981e6d3c624 (patch) | |
tree | 98b1d03925fafa426c20c3075d69145c8bb2f4d8 /multilib/nspluginwrapper/nspluginwrapper-native-windows.patch | |
parent | b18caf89fb235f174419d578a7da0237e456ef3d (diff) | |
parent | c399070d50c89903ec1dea55aa4aa5147a367565 (diff) |
Merge branch 'master' of vparabola:~/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/nspluginwrapper/nspluginwrapper-native-windows.patch')
-rw-r--r-- | multilib/nspluginwrapper/nspluginwrapper-native-windows.patch | 14 |
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 |