Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 12:50:02 GMT
From:      Anton Shterenlikht <mexas@bris.ac.uk>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   ports/188161: print/cups-client: 11.0-CURRENT r262690 ia64: ports at 349825: cups/cups.h:34:35: error: dispatch/dispatch.h: No such file or directory
Message-ID:  <201404041250.s34Co2kC000689@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188161; it has been noted by GNATS.

From: Anton Shterenlikht <mexas@bris.ac.uk>
To: bug-followup@freebsd.org
Cc:  
Subject: ports/188161: print/cups-client: 11.0-CURRENT r262690 ia64: ports at 349825: cups/cups.h:34:35: error: dispatch/dispatch.h: No such file or directory
Date: Fri, 4 Apr 2014 13:44:39 +0100 (BST)

 This patch, due to bsam@, fixes the problem:
 
 TZAV> cat /usr/ports/print/cups-base/files/patch-cups-cups.h
 --- cups/cups.h.orig    2014-04-04 14:02:34.056258164 +0400
 +++ cups/cups.h 2014-04-04 14:02:46.828258878 +0400
 @@ -30,10 +30,6 @@
  typedef off_t ssize_t;                 /* @private@ */
  #  endif /* WIN32 && !__CUPS_SSIZE_T_DEFINED */
  
 -#  ifdef __BLOCKS__
 -#    include <dispatch/dispatch.h>
 -#  endif /* __BLOCKS__ */
 -
  #  include "file.h"
  #  include "ipp.h"
  #  include "language.h"
 TZAV> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404041250.s34Co2kC000689>