mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
Remove OPTIONS support from library Haskell ports. Do not install documentation by library Haskell ports. Remove deprecation notice from library ports, that still needed. PR: 224083 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20247
12 lines
485 B
Text
12 lines
485 B
Text
--- configure.ac.orig 2018-04-17 19:30:22 UTC
|
|
+++ configure.ac
|
|
@@ -447,6 +447,9 @@ XCODE_VERSION()
|
|
dnl ** Building a cross compiler?
|
|
dnl --------------------------------------------------------------
|
|
CrossCompiling=NO
|
|
+
|
|
+build=`echo $build | sed -e 's/amd64-/x86_64-/g; s/armv[[67]]-/arm-/g; s/-freebsd.*$/-freebsd/g'`
|
|
+
|
|
# If 'host' and 'target' differ, then this means we are building a cross-compiler.
|
|
if test "$TargetPlatform" != "$HostPlatform" ; then
|
|
CrossCompiling=YES
|