Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03e9d341aa | ||
|
|
fdb83699cb | ||
|
|
434bf75095 | ||
|
|
02b2af299a | ||
|
|
4c251070d3 | ||
|
|
c12042a5e1 | ||
|
|
54fb3308fe | ||
|
|
fca6b0c4de | ||
|
|
257515cc37 |
2 changed files with 18 additions and 1 deletions
15
cdargs-1.35_configure_c99.patch
Normal file
15
cdargs-1.35_configure_c99.patch
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
diff --git a/configure b/configure
|
||||
index 8567554..f4588d4 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -2507,8 +2507,8 @@ main ()
|
||||
for (i = 0; i < 256; i++)
|
||||
if (XOR (islower (i), ISLOWER (i))
|
||||
|| toupper (i) != TOUPPER (i))
|
||||
- exit(2);
|
||||
- exit (0);
|
||||
+ return 2;
|
||||
+ return 0;
|
||||
}
|
||||
_ACEOF
|
||||
rm -f conftest$ac_exeext
|
||||
|
|
@ -4,7 +4,8 @@ Name: cdargs
|
|||
Version: 1.35
|
||||
Release: %autorelease
|
||||
Summary: The shell cd with bookmarks and browser
|
||||
License: GPLv2+
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://www.skamphausen.de/cgi-bin/ska/CDargs/
|
||||
Source0: http://www.skamphausen.de/downloads/cdargs/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}-%{version}_emacs-init.el
|
||||
|
|
@ -12,6 +13,7 @@ Source1: %{name}-%{version}_emacs-init.el
|
|||
Patch0: %{name}-%{version}_shebangs.patch
|
||||
Patch1: %{name}-%{version}_format_security.patch
|
||||
Patch2: %{name}-%{version}_fix_fsf_address.patch
|
||||
Patch3: %{name}-%{version}_configure_c99.patch
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: ncurses-devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue