diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-06-19 04:17:17 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-06-19 04:17:17 +0000 |
commit | 4972ae65f256dcf3bdd7092e1b31680ace4ca2be (patch) | |
tree | ff37d82784287bbd67812b793df2e51f69107da6 /audio/rezound | |
parent | f2ef99dfbccf1edb0fe5b953146a201fa2f46daa (diff) |
Notes
Diffstat (limited to 'audio/rezound')
-rw-r--r-- | audio/rezound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile index a6b9c1b7e988..308400448255 100644 --- a/audio/rezound/Makefile +++ b/audio/rezound/Makefile @@ -41,7 +41,7 @@ OPTIONS= LARGEFILE "Enable 64-bit file I/O support (BROKEN!)" off \ .if defined(WITH_LARGEFILE) CONFIGURE_ARGS+= --enable-largefile -BROKEN= "no expl(), logl(), nearbyintl(), et al" +BROKEN= no expl(), logl(), nearbyintl(), et al .endif .if defined(WITH_JACK) |