1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/emulators/fceux/files/patch-Makefile.base
Maho Nakata 746dc443ee 1. delete pkg-message: this file slipped in by mistake.
2. fix pkg-plist for version 0.96
3. move message for WITH_OPTIMIZED_FLAGS to correct place
4. delete -mcpu=i686 -march=i686:
	Not all i386 is i686.
	cpu dependent optimize is done by CPUTYPE.
5. change fix for non-i386 arch

PR:		54686
Submitted by:	HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp> (maintainer)
2003-07-23 17:37:17 +00:00

9 lines
382 B
Plaintext

--- Makefile.base.orig Mon Jul 21 06:27:19 2003
+++ Makefile.base Mon Jul 21 06:27:28 2003
@@ -1,4 +1,4 @@
-CFLAGS = -Wall -Winline ${TFLAGS}
+CFLAGS += -Wall -Winline ${TFLAGS}
OBJECTS = fce.o x6502.o video.o general.o endian.o svga.o sound.o nsf.o fds.o netplay.o ines.o state.o unif.o input.o file.o cart.o crc32.o memory.o cheat.o debug.o filter.o palette.o
fceu: fceu2