You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
402 B
Diff
12 lines
402 B
Diff
--- autosetup/proj.tcl.orig 2025-05-07 06:06:31
|
|
+++ autosetup/proj.tcl 2025-05-07 12:59:04
|
|
@@ -956,6 +956,8 @@
|
|
# configure then [get-define libdir] is used (noting that it derives
|
|
# from exec-prefix by default).
|
|
proc proj-check-rpath {} {
|
|
+ define LDFLAGS_RPATH ""
|
|
+ return 0
|
|
if {[proj-opt-was-provided libdir]
|
|
|| [proj-opt-was-provided exec-prefix]} {
|
|
set lp "[get-define libdir]"
|