diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-21 18:45:54 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-21 14:31:06 +0700 |
commit | 7e1e0575379e3f18dd1a36deef2c56faccdc8df5 (patch) | |
tree | d486d416ca62ab0e532fc8309c0998262fd3172e /multimedia/gecko-mediaplayer/np_loadds.patch | |
parent | 9d7055c862def64deb953f8994a1a0484afce678 (diff) |
multimedia/gecko-mediaplayer: Removed.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/gecko-mediaplayer/np_loadds.patch')
-rw-r--r-- | multimedia/gecko-mediaplayer/np_loadds.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/multimedia/gecko-mediaplayer/np_loadds.patch b/multimedia/gecko-mediaplayer/np_loadds.patch deleted file mode 100644 index de406963fadb0..0000000000000 --- a/multimedia/gecko-mediaplayer/np_loadds.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Define NP_LOADDS if it doesn't exist -Author: Sebastian Ramacher <sramacher@debian.org> -Last-Update: 2014-06-14 - ---- gecko-mediaplayer-1.0.9.orig/src/npupp.h -+++ gecko-mediaplayer-1.0.9/src/npupp.h -@@ -63,6 +63,9 @@ - - #include "npruntime.h" - -+#ifndef NP_LOADDS -+#define NP_LOADDS -+#endif - - /****************************************************************************************** - plug-in function table macros |