1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/emulators/zsnes
Ion-Mihai Tetcu 9aae8cb628 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)
2006-09-04 15:52:41 +00:00
..
files
distinfo
Makefile These are a couple of small fixes and improvements I have 2006-09-04 15:52:41 +00:00
pkg-descr