summarylogtreecommitdiffstats
path: root/remove-uneeded-libs.patch
diff options
context:
space:
mode:
authorPiotr Rogoża2015-06-14 16:33:58 +0200
committerPiotr Rogoża2015-06-14 16:33:58 +0200
commit2b70c904b4d7e89c01bb9ad8f306cf4bd30c2359 (patch)
tree8ba8b62660aae0abd73369eed0932e3fa3a7dd5f /remove-uneeded-libs.patch
downloadaur-2b70c904b4d7e89c01bb9ad8f306cf4bd30c2359.tar.gz
Initial import
Diffstat (limited to 'remove-uneeded-libs.patch')
-rw-r--r--remove-uneeded-libs.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/remove-uneeded-libs.patch b/remove-uneeded-libs.patch
new file mode 100644
index 000000000000..f659b601347d
--- /dev/null
+++ b/remove-uneeded-libs.patch
@@ -0,0 +1,15 @@
+diff --git a/inc/Module/Build/Scintilla/GTK.pm b/inc/Module/Build/Scintilla/GTK.pm
+index 3894bd8..e910d79 100644
+--- a/inc/Module/Build/Scintilla/GTK.pm
++++ b/inc/Module/Build/Scintilla/GTK.pm
+@@ -83,9 +83,7 @@ sub stc_prebuild_check {
+
+ sub stc_extra_scintilla_libs {
+ my $self = shift;
+- my $extras = '-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 ';
+- $extras .= '-lgdk_pixbuf-2.0 -lm -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 ';
+- $extras .= '-lgmodule-2.0 -lgthread-2.0 -lglib-2.0';
++ my $extras = '-lm';
+ return $extras;
+ }
+