You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
3799479012
* add patch-ignore-fsmonitor-daemon-backend.diff * update patch-Makefile.diff * use legacysupport portgroup on Darwin <9
12 lines
339 B
Diff
12 lines
339 B
Diff
--- a/Makefile.orig
|
|
+++ b/Makefile
|
|
@@ -1336,7 +1336,7 @@
|
|
ifeq ($(COMPUTE_HEADER_DEPENDENCIES),auto)
|
|
dep_check = $(shell $(CC) $(ALL_CFLAGS) \
|
|
-c -MF /dev/null -MQ /dev/null -MMD -MP \
|
|
- -x c /dev/null -o /dev/null 2>&1; \
|
|
+ -x c /dev/null -o dummy 2>&1; \
|
|
echo $$?)
|
|
ifeq ($(dep_check),0)
|
|
override COMPUTE_HEADER_DEPENDENCIES = yes
|