mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
28 lines
732 B
Text
28 lines
732 B
Text
--- 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
|