mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
11 lines
276 B
Text
11 lines
276 B
Text
--- configure.orig 2014-10-28 20:55:49 UTC
|
|
+++ configure
|
|
@@ -7280,6 +7280,8 @@ LLVM_LDFLAGS=$($LLVMCONF --ldflags)
|
|
# FIXME: this should be set based on a check
|
|
PIC=
|
|
case $host in
|
|
+*-*-dragonfly* | *-*-freebsd*)
|
|
+ PIC=-fPIC ;;
|
|
*x86_64-*)
|
|
case $host in
|
|
*-darwin*) ;;
|