mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
- builds on 10.3 now PR: 227395 Submitted by: Joao Neves <sevenjp@gmail.com> (maintainer)
9 lines
190 B
Text
9 lines
190 B
Text
--- make/makefile.orig 2016-11-25 19:04:24 UTC
|
|
+++ make/makefile
|
|
@@ -1,5 +1,5 @@
|
|
vpath % $(jgit)/jsrc
|
|
|
|
-CFLAGS=$(COMPILE)
|
|
+CFLAGS+=$(COMPILE)
|
|
$(TARGET) : $(OBJS)
|
|
$(CC) $(OBJS) $(LINK)
|