freebsd-ports/audio/xmcd/files/patch-cddb__d_Imakefile

12 lines
295 B
Text
Raw Normal View History

--- cddb_d/Imakefile.orig 2004-04-21 19:27:05 UTC
+++ cddb_d/Imakefile
@@ -225,7 +225,7 @@ KOBJ= cddbkey1.o
/*
* Build rule for the CD Information Library
*/
-NormalLibraryTarget(cddb,$(OBJS))
+NormalLibraryTarget(cddblocal,$(OBJS))
NormalLibraryTarget(cddbkey1,$(KOBJ))
DependTarget()