Skip to content

Commit

Permalink
amsynth: Add -lossaudio, pointed out by joerg
Browse files Browse the repository at this point in the history
  • Loading branch information
alarixnia committed Apr 12, 2020
1 parent fc70dfc commit b72a4e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion audio/amsynth/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2020/04/11 10:56:54 nia Exp $
# $NetBSD: Makefile,v 1.2 2020/04/12 15:21:44 nia Exp $

DISTNAME= amsynth-1.9.0
CATEGORIES= audio
Expand Down Expand Up @@ -27,6 +27,7 @@ CONFIGURE_ARGS+= --without-pandoc
.include "../../mk/oss.buildlink3.mk"

.if ${OSS_TYPE} != "none"
LIBS+= ${LIBOSSAUDIO}
CONFIGURE_ARGS= --with-oss
SUBST_CLASSES+= oss
SUBST_STAGE.oss= pre-configure
Expand Down

0 comments on commit b72a4e6

Please sign in to comment.