summaryrefslogtreecommitdiffstats
path: root/audio/arts
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-12-05 01:20:51 +0000
committerpeter <peter@FreeBSD.org>2003-12-05 01:20:51 +0000
commit669ba12bd9f953446613d79d2ddcd2a7769bb6bb (patch)
tree64d99c0ac88c6249cf81fc36c8530c4726158fb2 /audio/arts
parent632988cd43a795bfbd5b299bcd3a1940220e81e1 (diff)
downloadFreeBSD-ports-669ba12bd9f953446613d79d2ddcd2a7769bb6bb.zip
FreeBSD-ports-669ba12bd9f953446613d79d2ddcd2a7769bb6bb.tar.gz
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/arts')
-rw-r--r--audio/arts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
index bc79e42..df867b8 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"
OpenPOWER on IntegriCloud