9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
28 lines
655 B
Text
28 lines
655 B
Text
--- xmcd_d/Imakefile.orig 2004-04-21 19:27:12 UTC
|
|
+++ xmcd_d/Imakefile
|
|
@@ -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
|
|
@@ -84,7 +84,7 @@ SYS_LIBRARIES= $(CDDBLIB) $(ENCLIBS) -lm
|
|
#endif /* Sun5 */
|
|
#endif /* Linux */
|
|
|
|
-LOCAL_LIBRARIES= XmClientLibs
|
|
+LOCAL_LIBRARIES= ${MOTIFLIB} XawClientLibs
|
|
|
|
#if defined(FreeBSDArchitecture)
|
|
.if exists(/usr/include/camlib.h)
|
|
@@ -157,6 +157,7 @@ DEFINES=
|
|
#endif /* BSD/OS */
|
|
#endif /* Linux */
|
|
|
|
+MANSUFFIX=1
|
|
|
|
/*
|
|
* POSIX threads stuff
|