]> git.pld-linux.org Git - packages/cursedmenu.git/commitdiff
- rel 6; build fixed master auto/th/cursedmenu-1.0.4-6
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 12 Dec 2015 12:22:49 +0000 (13:22 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 12 Dec 2015 12:22:49 +0000 (13:22 +0100)
cursedmenu-build.patch [new file with mode: 0644]
cursedmenu.spec

diff --git a/cursedmenu-build.patch b/cursedmenu-build.patch
new file mode 100644 (file)
index 0000000..2bd0859
--- /dev/null
@@ -0,0 +1,11 @@
+--- cursedmenu-1.0.4/src/ActionLogger.cc~      2015-12-12 13:21:02.000000000 +0100
++++ cursedmenu-1.0.4/src/ActionLogger.cc       2015-12-12 13:21:47.173512693 +0100
+@@ -25,6 +25,8 @@
+ #include <string>
+ #include <time.h>
+ #include <stdio.h>
++#include <sys/types.h>
++#include <unistd.h>
+ #include "ActionLogger.hh"
+ #include "../config.h"
index 1eca3edae4836f4f01f755ec0d667afa1853660e..d4d8d38b1ac62eb5458d39b59e94468ba2940b3b 100644 (file)
@@ -2,12 +2,13 @@ Summary:      ncurses based menu system for character based sessions
 Summary(pl.UTF-8):     oparty o ncurses system menu dla sesji terminalowych
 Name:          cursedmenu
 Version:       1.0.4
-Release:       5
+Release:       6
 License:       GPL v3
 Group:         Applications
 Source0:       http://dl.sourceforge.net/cursedmenu/%{name}-%{version}.tar.bz2
 # Source0-md5: 31e9353ba603b95df3b742bfa3a0ed87
 Patch0:                %{name}-gcc43.patch
+Patch1:                %{name}-build.patch
 URL:           http://cursedmenu.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -31,6 +32,7 @@ tekstowych, takich jak telnet, ssh czy rlogin.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 CPPFLAGS="%{rpmcflags} -I/usr/include/ncurses"
This page took 0.057447 seconds and 4 git commands to generate.