mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
Do not update portrevision as it does not impact other systems Reported by: portsfallout.com
11 lines
286 B
Text
11 lines
286 B
Text
--- Makefile.flags.orig 2023-07-16 18:11:37 UTC
|
|
+++ Makefile.flags
|
|
@@ -188,7 +188,7 @@ ifneq (,$(findstring linux,$(shell $(CC) $(CFLAGS) -du
|
|
LDLIBS += resolv
|
|
endif
|
|
ifneq (,$(findstring gnu,$(shell $(CC) $(CFLAGS) -dumpmachine)))
|
|
-LDLIBS += resolv
|
|
+#LDLIBS += resolv
|
|
endif
|
|
endif
|
|
|