diff options
Diffstat (limited to 'x11/parole/midori.patch')
-rw-r--r-- | x11/parole/midori.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/x11/parole/midori.patch b/x11/parole/midori.patch deleted file mode 100644 index e863371bef..0000000000 --- a/x11/parole/midori.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/browser-plugin/Makefile.in b/browser-plugin/Makefile.in -index a335fea..c2f4e6b 100644 ---- a/browser-plugin/Makefile.in -+++ b/browser-plugin/Makefile.in -@@ -407,12 +407,17 @@ parole_player_so_SOURCES = \ - npp_gate.cpp \ - npupp.h - -+parole_player_so_CFLAGS = \ -+ -fPIC -+ - parole_player_so_LDFLAGS = \ - -Xcompiler \ - -shared \ -+ -fPIC -+ -+parole_player_so_LDADD += \ - $(GTK_LIBS) \ -- $(DBUS_GLIB_LIBS) \ -- $(GECKO_LIBS) -+ $(DBUS_GLIB_LIBS) - - all: all-recursive - |