pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/44908: Patch to fix compiling of x11/gtk2 on Linux
The following reply was made to PR pkg/44908; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/44908: Patch to fix compiling of x11/gtk2 on Linux
Date: Wed, 27 Apr 2011 22:12:31 +0900
On Wed, 27 Apr 2011 07:15:01 +0900, <Charles.rapenne%gmail.com@localhost>
wrote:
> if test -w .; then \
> (cd .; \
> db2html gtk-faq.sgml; \
> test -d html && rm -r html; \
> mv gtk-faq html); \
> fi
> Using catalogs: /etc/sgml/catalog
> Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#html
> Working on: /usr/pkgsrc/x11/gtk2/work/gtk+-2.24.3/docs/faq/gtk-faq.sgml
> Done.
> mv: cannot stat `gtk-faq': No such file or directory
> make: *** [html] Error 1
It seems that unwanted builtin db2html command is picked up.
Currently, x11/gtk2 is not exactly marked as depending on db2html command.
How about put followings to x11/gtk2/Makefile?
CONFIGURE_ENV+= ac_cv_prog_DB2HTML=no
--
OBATA Akio / obache%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index