mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
23 lines
565 B
Plaintext
23 lines
565 B
Plaintext
--- configure.orig 2014-05-27 19:52:46 UTC
|
|
+++ configure
|
|
@@ -11719,7 +11719,7 @@ if test -z "$GCC"; then
|
|
;;
|
|
*)
|
|
DEBUG="-g"
|
|
- CFLAGS="-O"
|
|
+ CFLAGS=""
|
|
PROFILE="-g -p"
|
|
;;
|
|
esac
|
|
@@ -11742,8 +11742,8 @@ else
|
|
;;
|
|
*)
|
|
DEBUG="-g -Wall -fsigned-char"
|
|
- CFLAGS="-O20 -fsigned-char"
|
|
- PROFILE="-O20 -g -pg -fsigned-char"
|
|
+ CFLAGS="-fsigned-char"
|
|
+ PROFILE="-g -pg -fsigned-char"
|
|
;;
|
|
esac
|
|
fi
|