openbsd-ports/print/cups/patches/patch-config-scripts_cups-common_m4
ajacoutot e90b27a568 Major update to CUPS 1.6.1.
This package is now split between -main (the bloat) and -libs (i.e.
cups-libs; which only contains the base libraries which have no
external deps).
Most filters have moved to cups-filters, the split was needed because
cups depends on cups-filters which depends on cups

The nice side-effect is that this will simplify lots of things in tree.
2012-08-04 14:37:04 +00:00

15 lines
652 B
Plaintext

$OpenBSD: patch-config-scripts_cups-common_m4,v 1.9 2012/08/04 14:37:04 ajacoutot Exp $
Our <sys/ucred.h> does not provide xucred.
--- config-scripts/cups-common.m4.orig Wed Jul 25 22:49:11 2012
+++ config-scripts/cups-common.m4 Thu Jul 26 10:00:31 2012
@@ -136,7 +136,6 @@ AC_CHECK_HEADER(bstring.h,AC_DEFINE(HAVE_BSTRING_H))
AC_CHECK_HEADER(usersec.h,AC_DEFINE(HAVE_USERSEC_H))
AC_CHECK_HEADER(sys/ioctl.h,AC_DEFINE(HAVE_SYS_IOCTL_H))
AC_CHECK_HEADER(sys/param.h,AC_DEFINE(HAVE_SYS_PARAM_H))
-AC_CHECK_HEADER(sys/ucred.h,AC_DEFINE(HAVE_SYS_UCRED_H))
AC_CHECK_HEADER(scsi/sg.h,AC_DEFINE(HAVE_SCSI_SG_H))
dnl Checks for iconv.h and iconv_open