pkgsrc-Users archive

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

Re: need help with brasero on solaris



> Hi list,

> I try to build sysutils/brasero on solaris 10. The problem is that
> there is no mkdtemp on solaris 10. So I want to "port" the
> configure-check an implementation from gdm.

mkdtemp(3) is implemented in pkgtools/libnbcompat used in pkgsrc in
order to "port" applications to all supported platforms.

You can try pkgsrc's FEATURES framework.

Makefile:
   ...
   USE_FEATURES=   nbcompat
   ...

-- 
Best regards, Aleksey Cheusov.


Home | Main Index | Thread Index | Old Index