diff options
Diffstat (limited to 'audio/xmcd/files/patch-cda__d_Imakefile')
-rw-r--r-- | audio/xmcd/files/patch-cda__d_Imakefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/xmcd/files/patch-cda__d_Imakefile b/audio/xmcd/files/patch-cda__d_Imakefile new file mode 100644 index 000000000000..260e485956f2 --- /dev/null +++ b/audio/xmcd/files/patch-cda__d_Imakefile @@ -0,0 +1,28 @@ +--- cda_d/Imakefile.orig 2004-04-21 19:27:23 UTC ++++ cda_d/Imakefile +@@ -145,7 +145,7 @@ INCLUDES=-I.. + /* + * 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=-L/usr/5lib -lcurses + 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 @@ LOCAL_LIBRARIES=-lcurses + #endif /* LinuxArchitecture OpenBSDArchitecture */ + #endif /* SunArchitecture */ + ++MANSUFFIX=1 + + /* + * C Source files |