aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-12-05 09:20:51 +0800
committerpeter <peter@FreeBSD.org>2003-12-05 09:20:51 +0800
commit669ba12bd9f953446613d79d2ddcd2a7769bb6bb (patch)
tree64d99c0ac88c6249cf81fc36c8530c4726158fb2 /audio
parent632988cd43a795bfbd5b299bcd3a1940220e81e1 (diff)
downloadfreebsd-ports-graphics-669ba12bd9f953446613d79d2ddcd2a7769bb6bb.tar.gz
freebsd-ports-graphics-669ba12bd9f953446613d79d2ddcd2a7769bb6bb.tar.zst
freebsd-ports-graphics-669ba12bd9f953446613d79d2ddcd2a7769bb6bb.zip
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.
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 bc79e4226db..df867b87eb3 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"