diff options
Diffstat (limited to 'x11-misc/xcave/files/xcave-2.4.0-pkg-config.patch')
-rw-r--r-- | x11-misc/xcave/files/xcave-2.4.0-pkg-config.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-misc/xcave/files/xcave-2.4.0-pkg-config.patch b/x11-misc/xcave/files/xcave-2.4.0-pkg-config.patch new file mode 100644 index 000000000000..f0e331dccfe2 --- /dev/null +++ b/x11-misc/xcave/files/xcave-2.4.0-pkg-config.patch @@ -0,0 +1,13 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -49,10 +49,6 @@ + + + +-PKG_CHECK_MODULES(libxml-2.0, libxml-2.0) +-AC_SUBST(libxml-2.0_CFLAGS) +-AC_SUBST(libxml-2.0_LIBS) +- + AC_OUTPUT([ + Makefile + src/Makefile |