pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

drawterm: enable sound support through OSSv4. Supportedand tested.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Sat Jun 25 19:31:03 2022 +0200
Changeset:	9f45c2866df4494f674c98c8d7c0feefe2b72d0f

Modified Files:
	drawterm/Makefile

Log Message:
drawterm: enable sound support through OSSv4.
Supportedand tested.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9f45c2866df4494f674c98c8d7c0feefe2b72d0f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 drawterm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/drawterm/Makefile b/drawterm/Makefile
index 69a4eb7a58..2e1242d81b 100644
--- a/drawterm/Makefile
+++ b/drawterm/Makefile
@@ -57,7 +57,7 @@ SUBST_FILES.paths+=	Make.unix
 SUBST_SED.paths=	-e 's,i.86/386,i86pc/amd64,'
 
 .  if ${OPSYS} == "SunOS" && empty(PKGSRC_COMPILER:Msunpro)
-MAKEFLAGS+=	CONF=unix AUDIO=none
+MAKEFLAGS+=	CONF=unix AUDIO=unix
 MAKEFLAGS+=	LDADD="-L${X11}/lib/64 -L${X11}/lib -lX11 -lX11 -lrt \
 		-lpthread -lsocket -lnsl"
 .  endif


Home | Main Index | Thread Index | Old Index