Bug 47409

Summary: Build of CUPS 1.1.18.0 fails if CUPS 1.1.14 installed
Product: Ports & Packages Reporter: User &Goran Lowkrantz <goran>
Component: Individual Port(s)Assignee: Alan Eldridge <alane>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description User &Goran Lowkrantz 2003-01-23 15:20:01 UTC
	When building CUPS 1.1.18.0 on a mashine where CUPS 1.1.14 is already installed
	the admin.cgi program will fail to build, as an enumeration in <cups/langauge.h>
	has been extended and /usr/local/include is before the new version on the CFLAGS
	and CXXFLAGS definitions.

Fix: Either delete the files in /usr/local/include/cups or change the order
	of -I values in the /usr/ports/print/cups/work/cups-1.1.18/Makedefs for
	the CFLAGS and CXXFLAGS or apply the following patch to /usr/ports/print/cups/Makefile.common.
How-To-Repeat: 	cd /usr/ports/print/cups-base
	make all
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-01-23 18:05:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alane

Over to Maintainer
Comment 2 Alan Eldridge freebsd_committer freebsd_triage 2003-01-23 19:39:24 UTC
State Changed
From-To: open->closed

Patch applied, thanks.