summaryrefslogtreecommitdiff
path: root/audio/arts
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2011-08-20 21:37:49 +0000
committerabs <abs@pkgsrc.org>2011-08-20 21:37:49 +0000
commit09ad1c28a46174640dab0cd42d2989e154924ac2 (patch)
tree276f03a3baec3e9eaa28d20ae66826b8ab4342ed /audio/arts
parent2f87d481085d6a6ad31c07cd27f5fb4e731a4a2b (diff)
downloadpkgsrc-09ad1c28a46174640dab0cd42d2989e154924ac2.tar.gz
fix build on 64bit linux - pass --enable-libsuffix=none to configure
Diffstat (limited to 'audio/arts')
-rw-r--r--audio/arts/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
index 38950cc3eb6..ff2e9b8e3d4 100644
--- a/audio/arts/Makefile
+++ b/audio/arts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2011/04/22 13:42:14 obache Exp $
+# $NetBSD: Makefile,v 1.74 2011/08/20 21:37:49 abs Exp $
DISTNAME= arts-1.5.10
PKGREVISION= 4
@@ -30,6 +30,8 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
.include "options.mk"
+CONFIGURE_ARGS+= --enable-libsuffix=none
+
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none")
CONFIGURE_ARGS+= --disable-threading
.endif