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 | |
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')
-rw-r--r-- | audio/xmcd/files/patch-aa | 9 | ||||
-rw-r--r-- | audio/xmcd/files/patch-ac | 9 | ||||
-rw-r--r-- | audio/xmcd/files/patch-aj | 11 |
3 files changed, 29 insertions, 0 deletions
diff --git a/audio/xmcd/files/patch-aa b/audio/xmcd/files/patch-aa index d7049500be93..fc4f797ce280 100644 --- a/audio/xmcd/files/patch-aa +++ b/audio/xmcd/files/patch-aa @@ -1,5 +1,14 @@ --- xmcd_d/Imakefile.orig Mon Nov 4 06:44:44 2002 +++ xmcd_d/Imakefile Mon Nov 4 04:44:28 2002 +@@ -44,7 +44,7 @@ + * #include "Motif.rules" + */ + +-CDDBLIB= -L../cddb_d -lcddb ++CDDBLIB= -L../cddb_d -lcddblocal + LOCAL_LIBDIR= -L/usr/freeware/lib32 -L/usr/local/lib + VORBLIB= -lvorbisenc -lvorbis -logg + FLACLIB= -lFLAC @@ -82,7 +82,7 @@ #endif /* OSF1 */ #endif /* Linux */ diff --git a/audio/xmcd/files/patch-ac b/audio/xmcd/files/patch-ac index 454c5abc762f..cd6ab3e3730c 100644 --- a/audio/xmcd/files/patch-ac +++ b/audio/xmcd/files/patch-ac @@ -1,5 +1,14 @@ --- cda_d/Imakefile.orig Thu Apr 22 03:27:23 2004 +++ cda_d/Imakefile Fri Feb 2 04:44:17 2007 +@@ -145,7 +145,7 @@ + /* + * Add needed libraries + */ +-CDDBLIB= -L../cddb_d -lcddb ++CDDBLIB= -L../cddb_d -lcddblocal + LOCAL_LIBDIR= -L/usr/freeware/lib32 -L/usr/local/lib + VORBLIB= -lvorbisenc -lvorbis -logg + FLACLIB= -lFLAC @@ -193,7 +193,7 @@ LOCAL_LIBRARIES=-lncurses #else 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() + |