On 16.10.2011 12:55, w. szukalski wrote:
> In order to install FLTK3, I had to make the changes
> below.
>
> winfried
>
> --- fltk-3.0.x-r9132/Makefile.orig  2011-10-01 15:46:37.000000000 +0200
> +++ fltk-3.0.x-r9132/Makefile   2011-10-01 15:48:23.000000000 +0200
> @@ -27,7 +27,7 @@
>
>   include makeinclude
>
> -DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test documentation
> +DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test documentation include/fltk3
>
>   all: makeinclude fltk3-config
>      for dir in $(DIRS); do\
> @@ -39,7 +39,7 @@
>      -mkdir -p $(DESTDIR)$(bindir)
>      $(RM) $(DESTDIR)$(bindir)/fltk3-config
>      $(INSTALL_SCRIPT) fltk3-config $(DESTDIR)$(bindir)
> -   for dir in FL $(DIRS); do\
> +   for dir in $(DIRS); do\
>          echo "=== installing $$dir ===";\
>          (cd $$dir; $(MAKE) $(MFLAGS) install) || exit 1;\
>      done
> --- fltk-3.0.x-r9132/include/fltk3/Makefile.in.orig 2011-10-01 
> 15:50:35.000000000 +0200
> +++ fltk-3.0.x-r9132/include/fltk3/Makefile.in  2011-10-01 15:50:49.000000000 
> +0200
> @@ -25,7 +25,7 @@
>   #      http://www.fltk.org/str.php
>   #
>
> -include ../makeinclude
> +include ../../makeinclude
>
>   all:
>

Thanks for the patch, IMHO it looks good. However, there are probably
more header directories to install than given in the patch, so I'd like
to wait for Matt to take a look at it.

Please file an STR (fltk.org/str.php) so that the patch doesn't get
lost. Thanks.

Albrecht
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to