Subject: CVS commit: pkgsrc/net/kiax
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 01/25/2006 16:39:13
Module Name: pkgsrc
Committed By: xtraeme
Date: Wed Jan 25 16:39:13 UTC 2006
Modified Files:
pkgsrc/net/kiax: Makefile
Log Message:
Do not hardcode -lossaudio, the correct way is the following:
* Include mk/ossaudio.buildlink3.mk
* LIBS+= ${LIBOSSAUDIO} (which in some platforms will be empty).
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/kiax/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.