mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 15:06:40 -04:00
8 lines
257 B
Plaintext
8 lines
257 B
Plaintext
$NetBSD$
|
|
|
|
--- config/mh-x86-darwin.orig Wed May 21 19:48:53 2014
|
|
+++ config/mh-x86-darwin
|
|
@@ -0,0 +1,2 @@
|
|
+# Ensure we don't try and use -pie, as it is incompatible with pch.
|
|
+BOOT_LDFLAGS += `case ${host} in *-*-darwin[1][1-9]*) echo -Wl,-no_pie ;; esac;`
|