mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
14 lines
557 B
Diff
14 lines
557 B
Diff
--- ./Makefile 2023-09-19 14:22:29
|
|
+++ ./Makefile 2023-09-19 14:22:50
|
|
@@ -76,8 +76,8 @@
|
|
GIT_VERSION := $(GIT_VERSION)-static
|
|
else
|
|
# for dynamic linking
|
|
-LDFLAGS += -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/opt/openssl/lib -L/opt/local/lib
|
|
-CFLAGS += -I/usr/local/include -I/usr/local/ssl/include -I/usr/local/ssl/include/openssl -I/usr/local/opt/openssl/include -I/opt/local/include -I/opt/local/include/openssl
|
|
+LDFLAGS +=
|
|
+CFLAGS +=
|
|
endif
|
|
|
|
# Find the number of processors on the system (used in -j option in building OpenSSL).
|