summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorIsmael Luceno2021-01-17 00:40:46 +0100
committerIsmael Luceno2021-01-17 00:58:46 +0100
commit0eac0685f46b5a8269eb756b0393ed768c0eab16 (patch)
tree839efcbf289d0013f13a752f0cb4100f42cacb12 /editors
parentd9b0d44e6e968a59f0a90c6eca32236f67820b12 (diff)
gtkspell3: Disable installation of .la files
Diffstat (limited to 'editors')
-rw-r--r--editors/gtkspell3/HISTORY3
-rwxr-xr-xeditors/gtkspell3/PRE_BUILD4
2 files changed, 7 insertions, 0 deletions
diff --git a/editors/gtkspell3/HISTORY b/editors/gtkspell3/HISTORY
index ff0f0d8da4..131230c316 100644
--- a/editors/gtkspell3/HISTORY
+++ b/editors/gtkspell3/HISTORY
@@ -1,3 +1,6 @@
+2021-01-16 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: disabled installation of libtool pseudo-libraries
+
2021-01-15 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 3.0.10
* DEPENDS: updated dependency to enchant 2.x
diff --git a/editors/gtkspell3/PRE_BUILD b/editors/gtkspell3/PRE_BUILD
new file mode 100755
index 0000000000..c756930f33
--- /dev/null
+++ b/editors/gtkspell3/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# disable instalation of libtool pseudo-libraries
+sedit '/^[ ]*func_show_eval "[$]install_prog [$]instname /d' ltmain.sh &&