mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
Add sk_setup / io loop fixes from git. Remove agg patch - new version with different syntax is comingTimeout, server noc-myt.yandex.net not responding. PR: 211413 Submitted by: zeising (original version) Approved by: az (implicit)
14 lines
303 B
Text
14 lines
303 B
Text
--- tools/Rules.in.orig 2016-04-29 09:13:23 UTC
|
|
+++ tools/Rules.in
|
|
@@ -66,10 +66,8 @@ else
|
|
subdir: all.o
|
|
|
|
all.o: $(objs)
|
|
-# $(LD) -r -o $@ $^
|
|
-# Changed to $(CC) because $(LD) has problems with crosscompiling
|
|
@echo LD -r -o $@ $^
|
|
- @$(CC) -nostdlib -r -o $@ $^
|
|
+ $(LD) -r -o $@ $^
|
|
|
|
endif
|
|
|