summaryrefslogtreecommitdiff
path: root/editors/ssam/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ssam/patches/patch-aa')
-rw-r--r--editors/ssam/patches/patch-aa15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/ssam/patches/patch-aa b/editors/ssam/patches/patch-aa
deleted file mode 100644
index 4d1a461f575..00000000000
--- a/editors/ssam/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$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 .