diff options
author | drochner <drochner@pkgsrc.org> | 2010-10-30 15:07:42 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-10-30 15:07:42 +0000 |
commit | 4f591a7a1108a66460ce52e7dc82ef4905bfe58f (patch) | |
tree | 265dafe3d7580cfc78c922a83faca897bf6a2bed /audio/sox/options.mk | |
parent | 657acefe797d2e79e615aa6f1533778218f98867 (diff) | |
download | pkgsrc-4f591a7a1108a66460ce52e7dc82ef4905bfe58f.tar.gz |
-revert last change to the "oss" option handling, it used "configure"
arguments which don't work (but keep inclusion of oss.bl3.mk)
-ignore fmemopen(3) -- the code assumes too much if this is found,
fixes build on NetBSD-current
Diffstat (limited to 'audio/sox/options.mk')
-rw-r--r-- | audio/sox/options.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/sox/options.mk b/audio/sox/options.mk index 0ad7a2a7fa4..29559482a23 100644 --- a/audio/sox/options.mk +++ b/audio/sox/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2010/10/27 21:05:37 shattered Exp $ +# $NetBSD: options.mk,v 1.5 2010/10/30 15:07:42 drochner Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.sox PKG_SUPPORTED_OPTIONS= lame oss @@ -12,8 +12,7 @@ PKG_SUGGESTED_OPTIONS= .endif .if !empty(PKG_OPTIONS:Moss) -CONFIGURE_ARGS+= --enable-oss=yes .include "../../mk/oss.buildlink3.mk" .else -CONFIGURE_ARGS+= --enable-oss=no +CONFIGURE_ARGS+= --without-oss .endif |