pkgsrc-Users archive

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

Re: Adding CFLAGS to a single package build ?



vom513 <vom513%gmail.com@localhost> writes:

> In general - for a given package - what is the *mk* file to put this in to only affect that single package ?

There is no per-package mk.conf.

an example to put in mk.conf:

.if \
    "${PKGPATH}" == "emulators/qemu"    || \
    "${PKGPATH}" == "mail/thunderbird"  || \
    "${PKGPATH}" == "www/firefox"       || \
    "${PKGPATH}" == "www/firefox102"

WRKOBJDIR=              /some/other/tmp/work
.endif


Home | Main Index | Thread Index | Old Index