summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-10 12:51:53 +0000
committerdrochner <drochner>2002-01-10 12:51:53 +0000
commit5cad525b83015c9d28518fe010e184731210efa7 (patch)
tree71b76786f081af3a8d342b10d083e3f1edfdbab5
parenteac994968662740bb067fbd6d8794d86c6c597c3 (diff)
downloadpkgsrc-5cad525b83015c9d28518fe010e184731210efa7.tar.gz
remove obsolete patch
-rw-r--r--audio/p5-Audio-CD-disc-cover/patches/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/p5-Audio-CD-disc-cover/patches/patch-aa b/audio/p5-Audio-CD-disc-cover/patches/patch-aa
deleted file mode 100644
index cf3d7efc415..00000000000
--- a/audio/p5-Audio-CD-disc-cover/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/03/29 10:18:26 drochner Exp $
-
---- Makefile.PL.orig Wed May 17 07:12:52 2000
-+++ Makefile.PL
-@@ -7,7 +7,8 @@
- 'macro' => {
- CVSROOT => 'modperl.com:/local/cvs_repository',
- },
-- 'LIBS' => ["-lcdaudio"],
-+ 'INC' => "-I$ENV{LOCALBASE}/include",
-+ 'LIBS' => ["-L$ENV{LOCALBASE}/lib -lcdaudio"],
- DEFINE => '-g',
- OBJECT => 'cddb_lookup.o CD.o',
- );