summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorIsmael Luceno2019-08-12 19:31:37 +0200
committerIsmael Luceno2019-08-13 12:51:49 +0200
commit536b1d057dcd72fbfbc7fa6222ef4479bbf30c4c (patch)
tree53d6dd85661adbb351716ff07fbf510cb736cc4a /x11
parent380ff64eef0339d1260a69b2758278e7d5db818d (diff)
recordmydesktop: Fix build against musl
Diffstat (limited to 'x11')
-rw-r--r--x11/recordmydesktop/HISTORY3
-rwxr-xr-xx11/recordmydesktop/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/x11/recordmydesktop/HISTORY b/x11/recordmydesktop/HISTORY
index dde1a8dcc5..fdc7ae49ff 100644
--- a/x11/recordmydesktop/HISTORY
+++ b/x11/recordmydesktop/HISTORY
@@ -1,3 +1,6 @@
+2019-08-12 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)
diff --git a/x11/recordmydesktop/PRE_BUILD b/x11/recordmydesktop/PRE_BUILD
new file mode 100755
index 0000000000..3c8cac271f
--- /dev/null
+++ b/x11/recordmydesktop/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub