Richard Chan <[EMAIL PROTECTED]> writes:
> Wondering if fclang.o is missing from fontconfig/src/Makefile.
> It doesn't seem to get compiled otherwise.
Yes, it's missing from there - I suspect that Keith only
tested with Imake. Attached is the patch to fix I had
sitting around. You'll need to rerun automake after
applying the patch.
Regards,
Owen
--- fontconfig/src/Makefile.in.langfix Fri May 24 02:25:52 2002
+++ fontconfig/src/Makefile.in Mon Jul 15 21:08:31 2002
@@ -40,6 +40,7 @@
fcfs.c \
fcinit.c \
fclist.c \
+ fclang.c \
fcmatch.c \
fcmatrix.c \
fcname.c \
@@ -58,6 +59,7 @@
fcfreetype.@OBJEXT@ \
fcfs.@OBJEXT@ \
fcinit.@OBJEXT@ \
+ fclang.@OBJEXT@ \
fclist.@OBJEXT@ \
fcmatch.@OBJEXT@ \
fcmatrix.@OBJEXT@ \
@@ -68,7 +70,7 @@
.c.@OBJEXT@:
$(CC) $(CFLAGS) $(DSO_PIC_CFLAGS) -c $< -o $@
-
+
all:: $(LIBFILE) $(LIBMAJOR) $(LIBBASE)
#