tech-pkg archive

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

Re: pkgsrc-2013Q4 freeze upcomging



On Tue, Dec 17, 2013 at 05:05:15PM +0100, Ignatios Souvatzis wrote:
> That is, the above line is needed for (NetBSD-5 and) I think
> any CPU but sparc, powerpc, i386, x86_64. I'd provide a patch if I knew
> how to.

You want to use stuff like this:

.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5]*-i386)
[set variables]
.endif

See devel/gobject-introspection/Makefile for a complete example.
 Thomas


Home | Main Index | Thread Index | Old Index