Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Remove empty directories in recursive merge
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 3a9de881231e6c420e19cfe39ba523439df3c9ae..8d81095765b1e73fa79e2950c47fd06f3c475ac7 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-677,6
+677,8
@@
ifeq ($(uname_S),FreeBSD)
BASIC_CFLAGS += -I/usr/local/include
BASIC_LDFLAGS += -L/usr/local/lib
DIR_HAS_BSD_GROUP_SEMANTICS = YesPlease
+ COMPAT_CFLAGS += -Icompat/regex
+ COMPAT_OBJS += compat/regex/regex.o
endif
ifeq ($(uname_S),OpenBSD)
NO_STRCASESTR = YesPlease