From 71ae10f877c3cf6b2d04ce0444462f077f2b1751 Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 16 Sep 1998 09:05:27 +0000 Subject: Add patch to Makefile.in to use LDFLAGS when linking. --- editors/ssam/patches/patch-aa | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 editors/ssam/patches/patch-aa (limited to 'editors/ssam') diff --git a/editors/ssam/patches/patch-aa b/editors/ssam/patches/patch-aa new file mode 100644 index 00000000000..4d1a461f575 --- /dev/null +++ b/editors/ssam/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1 1998/09/16 09:05:27 agc Exp $ + +Use LDFLAGS when linking, just in case we're ELF. + +--- Makefile.in 1998/09/16 08:48:04 1.1 ++++ Makefile.in 1998/09/16 08:48:10 +@@ -22,7 +22,7 @@ + RANLIB= @RANLIB@ + + $(EXE) : $(OBJS) +- $(CC) $(OBJS) $(LIBS) -o $(EXE) ++ $(CC) ${LDFLAGS} $(OBJS) $(LIBS) -o $(EXE) + + tst: $(EXE) + test -d tests || ln -s $(srcdir)/tests . -- cgit v1.2.3