[packages/libnxcl] Rel 2
arekm
arekm at pld-linux.org
Sun Mar 15 11:50:26 CET 2026
commit 5fec123a5ccbab86e8fcbc77b6216e40d6573c44
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Mar 15 11:50:17 2026 +0100
Rel 2
libnxcl-unistd.patch | 10 ++++++++++
libnxcl.spec | 4 +++-
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/libnxcl.spec b/libnxcl.spec
index c4fba34..a9d937c 100644
--- a/libnxcl.spec
+++ b/libnxcl.spec
@@ -2,12 +2,13 @@ Summary: A Library for building NoMachine (NX) clients
Summary(pl.UTF-8): Biblioteka potrzebna do kompilacji klientów NoMachine (NX)
Name: libnxcl
Version: 0.9
-Release: 1
+Release: 2
License: GPL v2
Group: Libraries
Source0: http://download.berlios.de/freenx/freenx-client-%{version}.tar.bz2
# Source0-md5: 777b3cda7a245e3870d4870a9460cb73
Patch0: %{name}-stdlib.patch
+Patch1: %{name}-unistd.patch
URL: http://freenx.berlios.de/
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -44,6 +45,7 @@ Statyczna biblioteka nxcl.
%prep
%setup -q -n freenx-client-%{version}
%patch -P0 -p1
+%patch -P1 -p1
%build
cd nxcl
diff --git a/libnxcl-unistd.patch b/libnxcl-unistd.patch
new file mode 100644
index 0000000..5102eb9
--- /dev/null
+++ b/libnxcl-unistd.patch
@@ -0,0 +1,10 @@
+--- freenx-client-0.9/nxcl/test/notQttest.cpp.orig 2008-03-11 00:13:08.000000000 +0100
++++ freenx-client-0.9/nxcl/test/notQttest.cpp 2008-03-11 00:13:08.000000000 +0100
+@@ -19,6 +19,7 @@
+ #include <iostream>
+ #include <string>
+ #include <list>
++#include <unistd.h>
+
+ #include "notQt.h"
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libnxcl.git/commitdiff/5fec123a5ccbab86e8fcbc77b6216e40d6573c44
More information about the pld-cvs-commit
mailing list