[MacPorts] #30581: GNU Emacs 23.3 does not built due to missing for configure script

MacPorts noreply at macports.org
Wed Aug 3 11:32:06 PDT 2011


#30581: GNU Emacs 23.3 does not built due to missing for configure script
--------------------------------------+-------------------------------------
 Reporter:  Peter_Dyballa@…           |       Owner:  macports-tickets@…                   
     Type:  defect                    |      Status:  new                                  
 Priority:  Normal                    |   Milestone:                                       
Component:  ports                     |     Version:  2.0.1                                
 Keywords:                            |        Port:  emacs                                
--------------------------------------+-------------------------------------
 Hello!

 The configure script has these lines:

 {{{
  3158     *-apple-darwin* )
  3159       case "${canonical}" in
  3160         i[3456]86-* )  machine=intel386 ;;
  3161         powerpc-* )    machine=macppc ;;
  3162         x86_64-* )     machine=amdx86-64 ;;
  3163         * )            unported=yes ;;
  3164       esac
  3165       opsys=darwin
  3166       # Define CPP as follows to make autoconf work correctly.
  3167       CPP="${CC-cc} -E -no-cpp-precomp"
  3168       # Use fink packages if available.
  3169       if test -d /sw/include && test -d /sw/lib; then
  3170         GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
  3171         CPP="${CPP} ${GCC_TEST_OPTIONS}"
  3172         NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
  3173       fi
  3174     ;;
 }}}

 Due to the setting of Fink directories as roots for C header files and
 dylibs the configure script picks up wrong files and files to finish
 successfully. The script needs to be patched.

 Mac OS X 10.6.8, Core i7, Sandy Bridge

-- 
Ticket URL: <https://trac.macports.org/ticket/30581>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list