Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2012 09:37:18 GMT
From:      HPS <hselasky@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174651: Compile fix for flphoto
Message-ID:  <201212230937.qBN9bIRu085275@red.freebsd.org>
Resent-Message-ID: <201212230940.qBN9e0w9091362@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174651
>Category:       ports
>Synopsis:       Compile fix for flphoto
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 23 09:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     HPS
>Release:        FreeBSD-9
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>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

>Release-Note:
>Audit-Trail:
>Unformatted:



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