Re: Compile fix for flphoto

2012-12-22 Thread Matthias Andree
Am 18.12.2012 08:58, schrieb Hans Petter Selasky:
> --- 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 
> +#  include 
>  #endif // HAVE_LIBCUPS
> 
> 
> The above patch is needed in order for flphoto to compile.

Dear Hans Petter,

I have seen to that, and fixed two other compiler warnings, one of them
might have caused run-time trouble, along the way.

Thanks for the report.

Best regards,
Matthias
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Compile fix for flphoto

2012-12-21 Thread Eitan Adler
On 18 December 2012 02:58, Hans Petter Selasky  wrote:
> --- 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 
> +#  include 
>  #endif // HAVE_LIBCUPS

could you file a PR so this doesn't get lost?


-- 
Eitan Adler
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Compile fix for flphoto

2012-12-17 Thread Hans Petter Selasky
--- 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 
+#  include 
 #endif // HAVE_LIBCUPS


The above patch is needed in order for flphoto to compile.

--HPS
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"