[packages/xorg-app-xfwp] - added ac patch (fixes _XOPEN_SOURCE flag)

qboosh qboosh at pld-linux.org
Tue Aug 6 21:32:07 CEST 2013


commit 9df2c6ac464ccd724fe0790dca70255fb95dc975
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Aug 6 21:31:26 2013 +0200

    - added ac patch (fixes _XOPEN_SOURCE flag)

 xorg-app-xfwp-ac.patch | 10 ++++++++++
 xorg-app-xfwp.spec     |  2 ++
 2 files changed, 12 insertions(+)
---
diff --git a/xorg-app-xfwp.spec b/xorg-app-xfwp.spec
index 777b65d..c92b459 100644
--- a/xorg-app-xfwp.spec
+++ b/xorg-app-xfwp.spec
@@ -7,6 +7,7 @@ License:	MIT
 Group:		X11/Applications
 Source0:	http://xorg.freedesktop.org/releases/individual/app/xfwp-%{version}.tar.bz2
 # Source0-md5:	73512e16b04ed156d45124d4c75fa533
+Patch0:		%{name}-ac.patch
 URL:		http://xorg.freedesktop.org/
 BuildRequires:	autoconf >= 2.60
 BuildRequires:	automake
@@ -44,6 +45,7 @@ będą mogli połączyć się z lokalnymi serwerami X.
 
 %prep
 %setup -q -n xfwp-%{version}
+%patch0 -p1
 
 %build
 %{__aclocal}
diff --git a/xorg-app-xfwp-ac.patch b/xorg-app-xfwp-ac.patch
new file mode 100644
index 0000000..f99dfe5
--- /dev/null
+++ b/xorg-app-xfwp-ac.patch
@@ -0,0 +1,10 @@
+--- xfwp-1.0.3/configure.ac.orig	2013-08-03 08:37:28.000000000 +0200
++++ xfwp-1.0.3/configure.ac	2013-08-06 21:04:42.334257564 +0200
+@@ -47,6 +47,7 @@
+ 	OS_CFLAGS=
+ 	;;
+ esac
++AC_SUBST([OS_CFLAGS])
+ 
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XFWP, xproto ice xproxymngproto)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-app-xfwp.git/commitdiff/9df2c6ac464ccd724fe0790dca70255fb95dc975



More information about the pld-cvs-commit mailing list