Date: Tue, 18 Dec 2012 08:58:14 +0100 From: Hans Petter Selasky <hselasky@c2i.net> To: ports@freebsd.org Subject: Compile fix for flphoto Message-ID: <201212180858.14816.hselasky@c2i.net>
next in thread | raw e-mail | index | archive | help
--- 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 The above patch is needed in order for flphoto to compile. --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212180858.14816.hselasky>