re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 11:33:28 +02:00
parent fe78d02514
commit bcc702f5cf
3 changed files with 28 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,2 +1,4 @@
SOURCES/jansi-native-1.7.tar.gz
/jansi-native-1.2.tar.xz
/jansi-native-1.4.tar.xz
/jansi-native-1.5.tar.gz
/jansi-native-1.7.tar.gz

View File

@ -0,0 +1,25 @@
From 324f6f20451942d228ddcc4a2153fd8d9487bddb Mon Sep 17 00:00:00 2001
From: Marek Goldmann <goldmann@fedoraproject.org>
Date: Tue, 24 Jul 2012 11:39:56 +0200
Subject: [PATCH] Fixing "archiver requires 'AM_PROG_AR' in 'configure.ac'"
error
---
src/main/native-package/m4/custom.m4 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/main/native-package/m4/custom.m4 b/src/main/native-package/m4/custom.m4
index 3b5e92e..75cbdec 100644
--- a/src/main/native-package/m4/custom.m4
+++ b/src/main/native-package/m4/custom.m4
@@ -18,4 +18,5 @@ dnl ---------------------------------------------------------------------------
AC_DEFUN([CUSTOM_M4_SETUP],
[
AC_CHECK_LIB([c], [isatty],[AC_DEFINE([HAVE_ISATTY], [1], [Define to 1 if you have the isatty function.])])
-])
\ No newline at end of file
+ AM_PROG_AR
+])
--
1.7.11.2

View File

@ -1 +0,0 @@
jansi-native package is retired for CS-758