cvs commit: ports/emulators/zsnes Makefile

Ion-Mihai Tetcu itetcu at FreeBSD.org
Mon Sep 4 08:52:42 PDT 2006


itetcu      2006-09-04 15:52:41 UTC

  FreeBSD ports repository

  Modified files:
    emulators/zsnes      Makefile 
  Log:
  These are a couple of small fixes and improvements I have
          accumulated for the emulators/zsnes port:
  
          * Heed CFLAGS and CPPFLAGS set in /etc/make.conf.
            Without this, C/C++ code is not optimised for ${CPUTYPE}
            but always for i386 instead.
            CFLAGS were ignored entirely before this update, even
            though the port contains both C and C++ code.
            CPPFLAGS were passed to configure but overridden again
            for the actual compile.
          * Only search headers and libaries in ${X11BASE} if building
            with X11 support. This is rather cosmetic, really.
          * Fix configure script summary to report correct zsnes version.
          * Fix compiler warnings about __FreeBSD__ being redefined.
  
  PR:             ports/102691
  Submitted by:   Stefan Sperling (maintainer)
  
  Revision  Changes    Path
  1.29      +9 -3      ports/emulators/zsnes/Makefile


More information about the cvs-all mailing list