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 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



Home | Main Index | Thread Index | Old Index