summaryrefslogtreecommitdiff
path: root/lang/J/files/patch-make_makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-04-17 16:52:17 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-04-17 16:52:17 +0000
commit1fea71bce458e843c8d044a7c52b7292faeef039 (patch)
treef00585328808e06b8e7c0923b27a4200fe2a445f /lang/J/files/patch-make_makefile
parentUpdate to the 20180408 snapshot of GCC 8. (diff)
lang/J: update 806 -> 808
- builds on 10.3 now PR: 227395 Submitted by: Joao Neves <sevenjp@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=467617
Diffstat (limited to 'lang/J/files/patch-make_makefile')
-rw-r--r--lang/J/files/patch-make_makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/lang/J/files/patch-make_makefile b/lang/J/files/patch-make_makefile
index b8cde983f6a5..dde7365c7252 100644
--- a/lang/J/files/patch-make_makefile
+++ b/lang/J/files/patch-make_makefile
@@ -1,11 +1,9 @@
---- make/makefile.orig 2018-02-24 19:45:08 UTC
+--- make/makefile.orig 2016-11-25 19:04:24 UTC
+++ make/makefile
-@@ -3,7 +3,7 @@ vpath % $(jgit)/jsrc
- %.o: %.c
- $(CC) -c $(CFLAGS) $(CFLAGS_FMA) -o$@ $^
+@@ -1,5 +1,5 @@
+ vpath % $(jgit)/jsrc
-CFLAGS=$(COMPILE)
+CFLAGS+=$(COMPILE)
- $(OBJS_FMA) : CFLAGS_FMA := -mfma
- $(TARGET) : $(OBJS) $(OBJS_FMA)
- $(CC) $(OBJS) $(OBJS_FMA) $(LINK)
+ $(TARGET) : $(OBJS)
+ $(CC) $(OBJS) $(LINK)