rebuild geeqie
[oi-userland.git] / components / library / p11-kit / patches / 01-gtk-doc-gnu-cp.patch
bloba2db795a6d6e897b99c254a88ba7de161f58e947
1 Assumes GNU cp is in path; a bug should be filed upstream to not use
2 GNU-specific flags or configure should detect GNU cp and require it.
4 Patch itself is not appropriate for upstream.
6 XXX file upstream bug
8 --- p11-kit-0.23.1/build/gtk-doc.make 2014-11-12 02:58:50.000000000 -0800
9 +++ p11-kit-0.23.1/build/gtk-doc.make 2015-05-27 14:23:15.544773257 -0700
10 @@ -82,7 +82,7 @@
11 if test "x$$files" != "x" ; then \
12 for file in $$files ; do \
13 test -f $(abs_srcdir)/$$file && \
14 - cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \
15 + gcp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \
16 done; \
17 fi; \