summaryrefslogtreecommitdiff
path: root/audio/cdd
diff options
context:
space:
mode:
authorgarbled <garbled>1998-11-04 21:12:44 +0000
committergarbled <garbled>1998-11-04 21:12:44 +0000
commit9561c506530dc45d0b8a5e4350d70e166a474662 (patch)
tree1e77dc3c8100c4584fd3ca447876bd582112fda0 /audio/cdd
parent4f3b6c856a31bc946ec78214edb597ff0c23aadc (diff)
downloadpkgsrc-9561c506530dc45d0b8a5e4350d70e166a474662.tar.gz
"oops" forgot to commit this patch.. Thanks to Rene Hexel for noticing.
Diffstat (limited to 'audio/cdd')
-rw-r--r--audio/cdd/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cdd/patches/patch-aa b/audio/cdd/patches/patch-aa
index 3d88b5d17d2..d78e3d8fa93 100644
--- a/audio/cdd/patches/patch-aa
+++ b/audio/cdd/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 1998/08/07 10:35:54 agc Exp $
+$NetBSD: patch-aa,v 1.4 1998/11/04 21:12:44 garbled Exp $
--- Makefile.orig Sun Mar 29 00:54:57 1998
+++ Makefile Wed Jul 22 17:17:23 1998
@@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.3 1998/08/07 10:35:54 agc Exp $
-CFLAGS = -g -O3 -Wall -DNETWORK_DB -Ilibscsi -Ist
-LDFLAGS = -Llibscsi -lscsi -Lst -lst
+CFLAGS = -g -O3 -Wall -DNETWORK_DB -I${PREFIX}/include -Ist
-+LDFLAGS = -L${PREFIX}/lib -lscsi -Lst -lst
++LDFLAGS = -L${PREFIX}/lib -lscsi -Lst -lst -lutil
@@ -16,5 +16,8 @@