freebsd-ports/audio/xmcd/files/patch-ac
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

28 lines
682 B
Text

--- 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
#if defined(FreeBSDArchitecture)
-LOCAL_LIBRARIES=-lncurses -lmytinfo
+LOCAL_LIBRARIES=-lncurses
.if exists(/usr/include/camlib.h)
LOCAL_LIBRARIES+= -lcam
.endif
@@ -231,6 +231,7 @@
#endif /* LinuxArchitecture OpenBSDArchitecture */
#endif /* SunArchitecture */
+MANSUFFIX=1
/*
* C Source files