summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-12-05 01:20:51 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-12-05 01:20:51 +0000
commit785636d04dfb098fef886fc89399ccc0418f8cb0 (patch)
tree274ae540a4f605e406eddcf6b0f12a04f4f241a2 /audio
parentUpdate to 1.0a6. See CHANGELOG.txt for extensive list of configuration (diff)
Make arts compile on amd64. The already-existing patches to use
vasnprintf() solve it just fine, but it would help if the #ifdef HAVE_VASNPRINTF was actually turned on.
Notes
Notes: svn path=/head/; revision=95097
Diffstat (limited to 'audio')
-rw-r--r--audio/arts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
index bc79e4226dba..df867b87eb39 100644
--- a/audio/arts/Makefile
+++ b/audio/arts/Makefile
@@ -28,6 +28,7 @@ INSTALLS_SHLIB= yes
QTCPPFLAGS+= -L${LOCALBASE}/lib
DO_NOT_COMPILE+=gmcop
+CFLAGS+= -DHAVE_VASPRINTF
CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}"
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"