freebsd-ports/audio/xmcd/files/patch-aj
Stefan Walter 421455bafb Fix build with xorg >=7.2 by renaming the included libcddb.
PR:		112876
Submitted by:	edwin
Patch by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Approved by:	maintainer timeout (4 months)
2007-09-30 11:53:01 +00:00

11 lines
310 B
Text

--- cddb_d/Imakefile.orig Thu May 31 12:53:57 2007
+++ cddb_d/Imakefile Thu May 31 12:53:00 2007
@@ -225,7 +225,7 @@
/*
* Build rule for the CD Information Library
*/
-NormalLibraryTarget(cddb,$(OBJS))
+NormalLibraryTarget(cddblocal,$(OBJS))
NormalLibraryTarget(cddbkey1,$(KOBJ))
DependTarget()