Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: fix default regex settings on Darwin
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 0f931a203002aec397f8b454f93df9aee97a21ad..f698c1a59e4a3f6dfef8cbe43044eb75225ac552 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1054,6
+1054,7
@@
ifeq ($(uname_S),Darwin)
BASIC_LDFLAGS += -L/opt/local/lib
endif
endif
+ NO_REGEX = YesPlease
PTHREAD_LIBS =
endif