components/mutt/patches/7076617-flea-cc.patch
author Shawn Walker-Salas <shawn.walker@oracle.com>
Mon, 23 Nov 2015 15:33:43 -0800
changeset 5125 34cc580c62c2
parent 608 bef78732195b
permissions -rw-r--r--
21029732 PKG_CONFIG_PATH should be included in CONFIGURE_ENV and BUILD_ENV 21029735 shared-macros should define service manifest and method macros 21093823 sample-manifest should omit or comment "standard" directories and certain files 21144358 configure scripts usually detect wrong host for 64-bit builds 21157847 shared-macros.mk instructions have a typo for studio c99 mode 22067225 common make-rules desired for simplifying makefiles 22067806 transforms needs expanding for desktop services

--- mutt-1.5.21/muttbug.sh.in.orig	Thu Dec  1 09:37:14 2011
+++ mutt-1.5.21/muttbug.sh.in	Fri Dec  2 10:52:31 2011
@@ -251,14 +251,9 @@
 echo 
 echo "-- Build environment information"
 echo
-echo "(Note: This is the build environment installed on the system"
-echo "muttbug is run on.  Information may or may not match the environment"
-echo "used to build mutt.)"
+echo "- C compiler version information"
+echo "XXX-CUSAGE-XXX"
 echo
-echo "- gcc version information"
-echo "@CC@"
-@CC@ -v 2>&1
-echo
 echo "- CFLAGS"
 echo @CFLAGS@