diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 07:20:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 07:20:16 +0000 |
commit | 3d7e50664312cbc50fb33ae2b515ad3082c7fc0f (patch) | |
tree | cf930be7c2ab94f69eb4660ecdbcc2d929213323 /audio/portaudio2 | |
parent | 690535e580e9e4c75e59e384013d6b74d5f4bc8b (diff) |
Notes
Diffstat (limited to 'audio/portaudio2')
-rw-r--r-- | audio/portaudio2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/portaudio2/Makefile b/audio/portaudio2/Makefile index a99747650b1f..5634cd8e4753 100644 --- a/audio/portaudio2/Makefile +++ b/audio/portaudio2/Makefile @@ -14,6 +14,7 @@ DISTNAME= pa_stable_v${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Portable cross-platform Audio API +WITH_FBSD10_FIX=yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-alsa \ |