summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Vinogradov2022-09-28 20:17:12 -0400
committerPavel Vinogradov2022-09-28 20:24:09 -0400
commit519643b15a2edfacc5a3cc815cc33a75e26e7c36 (patch)
treeb7c2786c4281557fd8424236bb5463476467bdb8
parent42932f2cbea729242bb730a83406e4e570da1c49 (diff)
libs/libdrm: dropped PRE_BUILD, not needed anymore + caused the bug with
sed + new readline/bash
-rw-r--r--libs/libdrm/HISTORY4
-rwxr-xr-xlibs/libdrm/PRE_BUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/libs/libdrm/HISTORY b/libs/libdrm/HISTORY
index fafc3e92bc..7471148457 100644
--- a/libs/libdrm/HISTORY
+++ b/libs/libdrm/HISTORY
@@ -1,3 +1,7 @@
+2022-09-28 Pavel Vinogradov <public@sourcemage.org>
+ * PRE_BUILD: dropped, not needed anymore + caused the bug with
+ sed + new readline/bash
+
2022-08-31 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 2.4.113
* BUILD, DEPENDS: removed old flags and branching code
diff --git a/libs/libdrm/PRE_BUILD b/libs/libdrm/PRE_BUILD
deleted file mode 100755
index fe7e26eaf0..0000000000
--- a/libs/libdrm/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sed -i "/find_program/s/2man'/2man.py'/" meson.build