diff options
| author | Michał Górny <mgorny@gentoo.org> | 2022-11-06 11:37:53 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2022-11-06 11:40:08 +0100 |
| commit | 1bce1ecabecaba1b97ba4beabd9d0b568a2374fa (patch) | |
| tree | 834b491fabf1ee426cf2657abe10c4e1c45314f1 /app-text/opensp/files/opensp-1.5.2-configure-clang16.patch | |
| parent | b0f4fb9fb83664801234e7a867da6dfe9648b338 (diff) | |
| download | gentoo-1bce1ecabecaba1b97ba4beabd9d0b568a2374fa.tar.gz gentoo-1bce1ecabecaba1b97ba4beabd9d0b568a2374fa.tar.bz2 gentoo-1bce1ecabecaba1b97ba4beabd9d0b568a2374fa.zip | |
app-text/opensp: Revert broken autoreconfing
Remove the unnecessary autoreconf, as well as "configure" patch that
modifies a macro that is never used. This is necessary as this
package's build system is broken beyond repair, and autoreconf triggers
the breakage.
Closes: https://bugs.gentoo.org/880001
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/opensp/files/opensp-1.5.2-configure-clang16.patch')
| -rw-r--r-- | app-text/opensp/files/opensp-1.5.2-configure-clang16.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-text/opensp/files/opensp-1.5.2-configure-clang16.patch b/app-text/opensp/files/opensp-1.5.2-configure-clang16.patch deleted file mode 100644 index 468d0f1d306d..000000000000 --- a/app-text/opensp/files/opensp-1.5.2-configure-clang16.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/acinclude.m4 -+++ b/acinclude.m4 -@@ -9,8 +9,9 @@ changequote([, ])dnl - AC_MSG_CHECKING(size of $1) - AC_CACHE_VAL(AC_CV_NAME, - [AC_TRY_RUN([#include <stdio.h> -+#include <stdlib.h> - #include <$2> --main() -+int main(void) - { - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); |
