Date: Mon, 4 Sep 2006 15:52:41 +0000 (UTC) From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/zsnes Makefile Message-ID: <200609041552.k84Fqfbw087099@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609041552.k84Fqfbw087099>