summaryrefslogtreecommitdiff
path: root/lang/spidermonkey17/files/patch-Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-09-30 22:22:19 +0200
committerRene Ladan <rene@FreeBSD.org>2022-09-30 22:22:19 +0200
commit66873a8df8d88b87a232b8dff3896a0f0edcd428 (patch)
tree833dcaf9b3e8c44a33e1b4fbe4ca2ace7d1bf039 /lang/spidermonkey17/files/patch-Makefile
parentcleanup: Remove expired ports: (diff)
cleanup: Remove expired ports:
2022-09-30 lang/spidermonkey17: Obsolete, released in 2007 and since long unsupported upstream 2022-09-30 lang/p5-JavaScript-SpiderMonkey: Depends on deprecated SpiderMonkey 1.7
Diffstat (limited to 'lang/spidermonkey17/files/patch-Makefile')
-rw-r--r--lang/spidermonkey17/files/patch-Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/spidermonkey17/files/patch-Makefile b/lang/spidermonkey17/files/patch-Makefile
deleted file mode 100644
index f25db8436d03..000000000000
--- a/lang/spidermonkey17/files/patch-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.ref 2006-07-26 21:16:47.000000000 +0200
-+++ Makefile.ref 2008-06-18 17:43:04.000000000 +0200
-@@ -335,8 +335,8 @@
- $(PROGRAM): $(PROG_OBJS) $(LIBRARY)
- link.exe -out:"$@" $(EXE_LINK_FLAGS) $^
- else
--$(PROGRAM): $(PROG_OBJS) $(LIBRARY)
-- $(CC) -o $@ $(CFLAGS) $(PROG_OBJS) $(LIBRARY) $(LDFLAGS) $(OTHER_LIBS) \
-+$(PROGRAM): $(PROG_OBJS) $(SHARED_LIBRARY)
-+ $(CC) -o $@ $(CFLAGS) $(PROG_OBJS) -L$(OBJDIR) -ljs $(LDFLAGS) $(OTHER_LIBS) \
- $(PROG_LIBS)
- endif
-