aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmcd
diff options
context:
space:
mode:
authorstefan <stefan@FreeBSD.org>2007-09-30 19:53:01 +0800
committerstefan <stefan@FreeBSD.org>2007-09-30 19:53:01 +0800
commit5b11989583d321cdb479a6644158ab89fff3ada9 (patch)
treefa9e3055a46b8d044e277a236cf175f39e871b29 /audio/xmcd
parentc934e2b38fd05becb5cd8213318dd462fb05372d (diff)
downloadfreebsd-ports-gnome-5b11989583d321cdb479a6644158ab89fff3ada9.tar.gz
freebsd-ports-gnome-5b11989583d321cdb479a6644158ab89fff3ada9.tar.zst
freebsd-ports-gnome-5b11989583d321cdb479a6644158ab89fff3ada9.zip
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)
Diffstat (limited to 'audio/xmcd')
-rw-r--r--audio/xmcd/files/patch-aa9
-rw-r--r--audio/xmcd/files/patch-ac9
-rw-r--r--audio/xmcd/files/patch-aj11
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()
+