diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2011-11-01 11:23:08 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2011-11-01 11:23:08 +0000 |
commit | b626b7b05b5c4e3981c63fc79a8dcaec783204f5 (patch) | |
tree | a6d029bf16cf9f621a9d441fa83200533916d3f7 /audio/cam | |
parent | 6e8d76b1d50e5a6660b90638dfcc99483e7531e4 (diff) | |
download | pkgsrc-b626b7b05b5c4e3981c63fc79a8dcaec783204f5.tar.gz |
Use -lossaudio on MirBSD, too. Fixes build.
Diffstat (limited to 'audio/cam')
-rw-r--r-- | audio/cam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cam/Makefile b/audio/cam/Makefile index e5fe8a3d16c..9ee1b0438c7 100644 --- a/audio/cam/Makefile +++ b/audio/cam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/06/20 01:09:05 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2011/11/01 11:23:08 bsiegert Exp $ # DISTNAME= cam-1.02 @@ -22,7 +22,7 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 .include "../../mk/bsd.prefs.mk" CAMLIBS= -lcurses -.if ${OPSYS} == "NetBSD" +.if ${OPSYS} == "NetBSD" || ${OPSYS} == "MirBSD" CAMLIBS+= -lossaudio .endif |