diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-13 16:10:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-13 16:10:15 +0000 |
commit | 07b5aff6cbd723efdd109079c69d76706ce0e598 (patch) | |
tree | 6e770e48b67ceb083c2702780f3120aa3b6a621a /multimedia/smpeg-xmms | |
parent | a2a7c1770ad223a46f34783fd57572d95cf8615b (diff) | |
download | pkgsrc-07b5aff6cbd723efdd109079c69d76706ce0e598.tar.gz |
Makefiles that include oss.buildlink3.mk can now check the value of
OSS_TYPE to determine whether or not a native OSS implementation is
present or not. OSS_TYPE just exports the value of IS_BUILIN.oss, but
exports it early enough where it can be used within a package Makefile,
e.g.:
.include "../../mk/oss.buildlink3.mk"
.if ${OSS_TYPE} == "none"
CONFIGURE_ARGS+= --without-oss
.endif
This should fix builds of some packages that include "oss.buildlink3.mk"
on platforms where there is no OSS in the base system, e.g. Mac OS X
and Solaris.
Diffstat (limited to 'multimedia/smpeg-xmms')
0 files changed, 0 insertions, 0 deletions