diff options
Diffstat (limited to 'audio/arts')
-rw-r--r-- | audio/arts/Makefile | 4 |
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 |