summaryrefslogtreecommitdiff
path: root/math/R/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'math/R/patches/patch-ac')
-rw-r--r--math/R/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/math/R/patches/patch-ac b/math/R/patches/patch-ac
deleted file mode 100644
index c65257517a6..00000000000
--- a/math/R/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 1998/12/21 10:29:41 frueauf Exp $
-
---- src/main/Makefile.in.orig Wed Nov 25 12:54:51 1998
-+++ src/main/Makefile.in Sun Dec 20 09:53:29 1998
-@@ -34,7 +34,7 @@
-
- $(top_builddir)/bin/R.binary: $(OBJS) $(RLIBS)
- @$(MKINSTALLDIRS) $(top_builddir)/bin
-- $(LDCMD) $(DLLFLAGS) -o $@ $(OBJS) $(ALL_LIBS)
-+ $(LDCMD) $(DLLFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(ALL_LIBS)
-
- ../unix/libunix.a:
- (cd ../unix; $(MAKE) $(@F))