libXp/proto-check.patch
sandmann 667271b1f5 - Add patch to not check for printproto.pc. (Since it's part of this
package now, it isn't installed at the time libXp is configured).
2006-08-18 17:52:20 +00:00

12 lines
373 B
Diff

--- libXp-1.0.0/configure.ac.proto-check 2006-08-18 13:41:35.000000000 -0400
+++ libXp-1.0.0/configure.ac 2006-08-18 13:41:49.000000000 -0400
@@ -36,7 +36,7 @@
AC_PROG_LIBTOOL
# Check for X and print proto
-PKG_CHECK_MODULES(XPRINT, x11 xext xextproto xau printproto)
+PKG_CHECK_MODULES(XPRINT, x11 xext xextproto xau)
AC_SUBST(XPRINT_CFLAGS)
AC_SUBST(XPRINT_LIBS)