You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
585 B
Diff
22 lines
585 B
Diff
--- config.m4.orig 2017-09-05 08:41:10.000000000 -0500
|
|
+++ config.m4 2018-10-05 16:00:17.000000000 -0500
|
|
@@ -42,18 +42,6 @@
|
|
fi
|
|
dnl default to little-endian
|
|
|
|
- case $build_os in
|
|
- darwin1*.*.*)
|
|
- AC_MSG_CHECKING([whether to compile for recent osx architectures])
|
|
- CFLAGS="$CFLAGS -arch i386 -arch x86_64 -mmacosx-version-min=10.5"
|
|
- AC_MSG_RESULT([yes])
|
|
- ;;
|
|
- darwin*)
|
|
- AC_MSG_CHECKING([whether to compile for every osx architecture ever])
|
|
- CFLAGS="$CFLAGS -arch i386 -arch x86_64 -arch ppc -arch ppc64"
|
|
- AC_MSG_RESULT([yes])
|
|
- ;;
|
|
- esac
|
|
|
|
fi
|
|
|