diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-31 10:40:29 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-31 10:40:29 +0000 |
commit | ae1b55cbb8f39c4450b696705c42958634162224 (patch) | |
tree | dc9849e5ec49647ddbdb8b0832f145c4f79f106e /audio/cam/patches/patch-ac | |
parent | f7432dac73e2236818324adeadcdd1f0ad2cdb3a (diff) | |
download | pkgsrc-ae1b55cbb8f39c4450b696705c42958634162224.tar.gz |
Use buildlink3 framework and enable pkgviews installation. Now curses
and ossaudio libraries are handled through their buildlink3.mk files.
Diffstat (limited to 'audio/cam/patches/patch-ac')
-rw-r--r-- | audio/cam/patches/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cam/patches/patch-ac b/audio/cam/patches/patch-ac index eabc49741fd..9cd76cb3b7a 100644 --- a/audio/cam/patches/patch-ac +++ b/audio/cam/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.5 2000/09/30 17:24:50 hubertf Exp $ +$NetBSD: patch-ac,v 1.6 2004/03/31 10:40:29 minskim Exp $ --- Makefile.orig Thu Sep 19 19:18:29 1996 +++ Makefile Sat Sep 30 16:51:14 2000 @@ -7,7 +7,7 @@ $NetBSD: patch-ac,v 1.5 2000/09/30 17:24:50 hubertf Exp $ CC = gcc CFLAGS = -Wall -O2 -LIBS = -lncurses -+LIBS = -lcurses -lossaudio ++LIBS = -lcurses ${LIBOSSAUDIO} INSTALL = install -BINDIR = /usr/local/bin +BINDIR = ${PREFIX}/bin |