pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/lang/gcc-aux



On 7/16/2012 20:17, Thomas Klausner wrote:
On Sun, Jul 15, 2012 at 11:50:53AM +0000, John Marino wrote:
Log Message:
lang/gcc-aux: Add condition to buildlink3

This most probably won't work as it is now.
The canonical example is in x11/kdelibs3/buildlink3.mk:

     pkgbase := kdelibs
     .include "../../mk/pkg-build-options.mk"

     .if !empty(PKG_BUILD_OPTIONS.kdelibs:Mcups)
     .  include "../../print/cups/buildlink3.mk"
     .endif

The patch you added is missing the equivalent of the first two lines.
  Thomas


Hmm, ok, I'll take a look to understand what I missed.
With NLS off by default, the patch I added at least lets downstream Ada packages build in a bulk chroot (before they failed due to not finding gettext-lib). I didn't test with gcc-aux with NLS built-in, so I guess that's that case that's broken.

John



Home | Main Index | Thread Index | Old Index