mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
13 lines
272 B
Bash
13 lines
272 B
Bash
--- build.sh.orig 2016-12-13 16:14:36 UTC
|
|
+++ build.sh
|
|
@@ -26,10 +26,6 @@
|
|
esac
|
|
done
|
|
|
|
-CC="gcc"
|
|
-LINKER="gcc"
|
|
-COMP_FLAGS="${CPPFLAGS:-} ${CFLAGS:-} -w -O3 -fno-strict-aliasing$extraBuildArgs"
|
|
-LINK_FLAGS="${LDFLAGS:-} "
|
|
PS4=""
|
|
# platform detection
|
|
ucpu=`uname -m`
|