diff options
Diffstat (limited to 'x11/XmHTML/patches/patch-af')
-rw-r--r-- | x11/XmHTML/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/XmHTML/patches/patch-af b/x11/XmHTML/patches/patch-af new file mode 100644 index 00000000000..833ba3dac06 --- /dev/null +++ b/x11/XmHTML/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.3 2001/03/05 13:52:42 skrll Exp $ + +--- lib/common/Makefile.orig Mon Mar 5 13:37:18 2001 ++++ lib/common/Makefile +@@ -56,7 +56,7 @@ + # rule to create .o files from .c files + .c.o: + $(RM) $@ +- $(CC) $(CFLAGS) -DVERSION=$(VERSION) $(CPPFLAGS) $(INCLUDES) -c $< ++ ${LIBTOOL} $(CC) $(CFLAGS) -DVERSION=$(VERSION) $(CPPFLAGS) $(INCLUDES) -c $< + + # targets to build + all: $(TARGET) |