diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2007-09-30 11:53:01 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2007-09-30 11:53:01 +0000 |
commit | 421455bafb36c5c2faa019cc41da1660ff556f99 (patch) | |
tree | 63f6d3c994c08666256b1b0d4d4b491d3126ce5c /audio/xmcd/files/patch-aj | |
parent | - Fix path for 'chown' in pkg-plist. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=200474
Diffstat (limited to 'audio/xmcd/files/patch-aj')
-rw-r--r-- | audio/xmcd/files/patch-aj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xmcd/files/patch-aj b/audio/xmcd/files/patch-aj new file mode 100644 index 000000000000..041fa90ca7b9 --- /dev/null +++ b/audio/xmcd/files/patch-aj @@ -0,0 +1,11 @@ +--- 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() + |