mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
19 lines
445 B
Diff
19 lines
445 B
Diff
--- src/Makefile.old 2022-09-02 10:58:13
|
|
+++ src/Makefile 2024-07-12 22:38:11
|
|
@@ -349,15 +349,6 @@
|
|
LFLAGS_NATIVE += -lpthread
|
|
LFLAGS_NATIVE += -liconv
|
|
|
|
-ifeq ($(IS_APPLE_SILICON),1)
|
|
-CFLAGS_NATIVE += -arch arm64
|
|
-CFLAGS_NATIVE += -arch x86_64
|
|
-ifeq ($(SHARED),1)
|
|
-LFLAGS_NATIVE += -arch arm64
|
|
-LFLAGS_NATIVE += -arch x86_64
|
|
-endif
|
|
-endif
|
|
-
|
|
endif # Darwin
|
|
|
|
ifeq ($(UNAME),CYGWIN)
|