Bug 174651

Summary: Compile fix for graphics/flphoto
Product: Ports & Packages Reporter: Hans Petter Selasky <hselasky>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Hans Petter Selasky freebsd_committer freebsd_triage 2012-12-23 09:40:00 UTC

Fix: 

The following patch fixes compile of flphoto:

> --- work/flphoto-1.3.1/Fl_Print_Dialog2.cxx.orig
> +++ work/flphoto-1.3.1/Fl_Print_Dialog2.cxx
> @@ -56,6 +56,7 @@
>
>  #ifdef HAVE_LIBCUPS
>  #  include <cups/cups.h>
> +#  include <cups/ppd.h>
>  #endif // HAVE_LIBCUPS
Comment 1 Raphael Kubo da Costa freebsd_committer freebsd_triage 2012-12-29 22:43:14 UTC
State Changed
From-To: open->closed

This was committed in r309385, closing the PR.