summaryrefslogtreecommitdiffstats
path: root/gnome2-libs
diff options
context:
space:
mode:
authorIsmael Luceno2019-06-28 20:54:36 +0200
committerIsmael Luceno2019-06-28 20:54:36 +0200
commit4178a5a0d350f7081910ce2ed0597c9a2a22c2e9 (patch)
tree5c7e401576174cf5dbd34a38e7177b431205ab71 /gnome2-libs
parent6e591c50b855ba0ffb3ee7a00d1671fdcff28907 (diff)
enchant: Fix build against musl
Diffstat (limited to 'gnome2-libs')
-rw-r--r--gnome2-libs/enchant/HISTORY3
-rwxr-xr-xgnome2-libs/enchant/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/gnome2-libs/enchant/HISTORY b/gnome2-libs/enchant/HISTORY
index a13c622a83..d09f372c6e 100644
--- a/gnome2-libs/enchant/HISTORY
+++ b/gnome2-libs/enchant/HISTORY
@@ -1,3 +1,6 @@
+2019-06-28 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/gnome2-libs/enchant/PRE_BUILD b/gnome2-libs/enchant/PRE_BUILD
new file mode 100755
index 0000000000..3c8cac271f
--- /dev/null
+++ b/gnome2-libs/enchant/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub