openbsd-ports/devel/gmake/patches/patch-Makefile_in
naddy 8aa7922499 Update gmake to 3.82, including two important upstream fixes.
This version has some backward incompatibilities.  All affected
ports in the tree have been fixed in advance.
2011-04-20 20:51:41 +00:00

13 lines
574 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1 2011/04/20 20:51:41 naddy Exp $
--- Makefile.in.orig Sat Oct 23 15:49:01 2010
+++ Makefile.in Sat Oct 23 15:49:11 2010
@@ -332,7 +332,7 @@ EXTRA_make_SOURCES = vmsjobs.c remote-stub.c remote-cs
noinst_HEADERS = commands.h dep.h filedef.h job.h make.h rule.h variable.h \
debug.h getopt.h gettext.h hash.h
-make_LDADD = @LIBOBJS@ @ALLOCA@ $(GLOBLIB) @GETLOADAVG_LIBS@ @LIBINTL@ \
+make_LDADD = @LIBOBJS@ @ALLOCA@ $(GLOBLIB) @GETLOADAVG_LIBS@ @LTLIBINTL@ \
$(am__append_1)
man_MANS = make.1
AM_CPPFLAGS = $(GLOBINC) $(am__append_2)