summaryrefslogtreecommitdiffstats
path: root/gnome2-libs
diff options
context:
space:
mode:
authorIsmael Luceno2019-08-14 19:38:24 +0200
committerIsmael Luceno2019-08-14 19:38:24 +0200
commit2434ec350da644f3397c5d6167bce79e0a14df71 (patch)
treec88e21dcc47058dd877d0f72dd2e07a44a355756 /gnome2-libs
parentcc6607a17253a26f5fb9cf050c54e1360b277c0e (diff)
libglade2: Fix build against musl
Diffstat (limited to 'gnome2-libs')
-rw-r--r--gnome2-libs/libglade2/HISTORY3
-rwxr-xr-xgnome2-libs/libglade2/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/gnome2-libs/libglade2/HISTORY b/gnome2-libs/libglade2/HISTORY
index b9b43d5343..2dada9bd41 100644
--- a/gnome2-libs/libglade2/HISTORY
+++ b/gnome2-libs/libglade2/HISTORY
@@ -1,3 +1,6 @@
+2019-08-14 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2017-08-16 Eric Sandall <sandalle@sourcemage.org>
* DEPENDS: Depends on libpng
diff --git a/gnome2-libs/libglade2/PRE_BUILD b/gnome2-libs/libglade2/PRE_BUILD
new file mode 100755
index 0000000000..3c8cac271f
--- /dev/null
+++ b/gnome2-libs/libglade2/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub