pkgsrc/textproc/jade/patches/patch-ad
jlam e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00

12 lines
362 B
Text

$NetBSD: patch-ad,v 1.5 2002/08/25 18:40:04 jlam Exp $
--- Makefile.prog.in.orig Wed Aug 29 15:59:35 2001
+++ Makefile.prog.in Wed Aug 29 16:01:13 2001
@@ -13,7 +13,7 @@
all: $(PROG)
-$(PROG): $(OBJS) $(COBJS) $(LT_LIBS)
+$(PROG): $(OBJS) $(COBJS)
$(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(COBJS) $(LT_LIBS)
install: $(PROG)