pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/44105 (installing devel/doxygen fails on Solaris)
The following reply was made to PR pkg/44105; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/44105 (installing devel/doxygen fails on Solaris)
Date: Fri, 19 Nov 2010 17:34:19 +0000
On Thu, Nov 18, 2010 at 09:15:07PM +0000, Tim Zingelman wrote:
> These two patches below seem to resolve the problem for me...
> [snip]
Please commit that...
> I sent these to the package maintainer 3 days ago, no response yet, so
> probably fair game to commit them... can anyone confirm this should
> not break other platforms (in particular a platform with libiconv as a
> builtin?) This just adds $(LDFLAGS) to the link phase for the
> binaries.
It certainly *should* not. If it does, something else is wrong...
> p.s. even after this fix doxygen's bmake install fails when pdftex
> dies unless many of the tex* packages are built with "CONFIGURE_ARGS+=
> --disable-largefile" for all big endian machines... (such as
> solaris-sparc) my patch for that is:
> .include "../../mk/endian.mk"
> .if ${MACHINE_ENDIAN} == "big"
> # largefile support is broken in pdftex on big endian machines
> CONFIGURE_ARGS+= --disable-largefile
> .endif
> added to all the packages that use texlive-*-source as a DISTNAME
Please file a separate PR on this.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index