]> git.pld-linux.org Git - packages/xorg-app-xfwp.git/commitdiff
- added ac patch (fixes _XOPEN_SOURCE flag) auto/th/xorg-app-xfwp-1.0.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 6 Aug 2013 19:31:26 +0000 (21:31 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 6 Aug 2013 19:31:26 +0000 (21:31 +0200)
xorg-app-xfwp-ac.patch [new file with mode: 0644]
xorg-app-xfwp.spec

diff --git a/xorg-app-xfwp-ac.patch b/xorg-app-xfwp-ac.patch
new file mode 100644 (file)
index 0000000..f99dfe5
--- /dev/null
@@ -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)
index 777b65d25cbb9370287db0af66a6f5352f4397c4..c92b459e5286f7e66cd70ba081d45f778ed6280d 100644 (file)
@@ -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}
This page took 0.089089 seconds and 4 git commands to generate.