pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/37681: sysutils/gtk-send-pr requires libgen on IRIX



Right you are... I could have *sworn* that I tried this and that it
didn't take effect, but on trying again now it does work with just a
change to the Makefile.

(I'm familiar with this technique, as SGI's auto-parallelising
compilers require apps that can be split over multiple processors to
be linked again the multiprocessing library, so "LDFLAGS.IRIX+= -lmp"
is a frequent occurrence for Makefiles on my system)

Cheers,

Stuart


On 03/01/2008, Jeremy C. Reed <reed%reedmedia.net@localhost> wrote:
> The following reply was made to PR pkg/37681; it has been noted by GNATS.
>
> From: "Jeremy C. Reed" <reed%reedmedia.net@localhost>
> To: gnats-bugs%NetBSD.org@localhost
> Cc:
> Subject: Re: pkg/37681: sysutils/gtk-send-pr requires libgen on IRIX
> Date: Thu, 3 Jan 2008 09:51:41 -0600 (CST)
>
>  On Thu, 3 Jan 2008, srcshelton%gmail.com@localhost wrote:
>
>  > -LDFLAGS+= ${GTK_LDFLAGS} ${ESMTP_LDFLAGS}
>  > +LDFLAGS+= ${GTK_LDFLAGS} ${ESMTP_LDFLAGS} -lgen
>
>  See the IRIX examples in pkgsrc/chat/xchat/Makefile and
>  pkgsrc/audio/esound/Makefile
>
>  Maybe use in sysutils/gtk-send-pr/Makefile (notice there is a SunOS
>  example already in there):
>
>  LDFLAGS.IRIX+=         -lgen
>
>
>
>    Jeremy C. Reed
>
>



Home | Main Index | Thread Index | Old Index